#7AB8E6

Color #7AB8E6 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #7AB8E6

Tints of Jordy Blue #7AB8E6

Color information

#7AB8E6 (or 0x7AB8E6) is unknown color: approx Jordy Blue. HEX triplet: 7A, B8 and E6. RGB value is (122,184,230). Sum of RGB (Red+Green+Blue) = 122+184+230=536 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.76% from 536); Green value is 184 (72.27% from 255 or 34.33% from 536); Blue value is 230 (90.23% from 255 or 42.91% from 536); Max value from RGB is 230 - color contains mainly: blue. Hex color #7AB8E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AB8E6 is #854719. Grayscale: #AAAAAA. Windows color (decimal): -8734490 or 15120506. OLE color: 15120506.

HSL color Cylindrical-coordinate representation of color #7AB8E6: hue angle of 205.56º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AB8E6 is Cyan = 0.47, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB122184230-
CMYK0.470.200.10
HSL205.56º68.35%69.02%-
HSV(B)205.56º46.96%90.2%-
XYZ39.4544.1381.3-
YUV170.71161.4693.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 22.76%
GREEN value IS 184 (72.27% from 255) = 34.33%
BLUE value IS 230 (90.23% from 255) = 42.91%
R=22.76%
G=34.33%
B=42.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1221842300.470.200.10205.5668.3569.02
Hex7AB8E62F140Ace4445
Octal1722703465724012316104105
Binary1111010101110001110011010111110100010101100111010001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AB8E6; }

 p { color: rgb(122,184,230); }

 H1.HeaderClassName
 {
   color: #7AB8E6;
 }
 .AnyTagClassName
 {
   color: #7AB8E6;
 }
</style>
background-color css

<style>
 a { background-color: #7AB8E6; }

 a { background-color: rgb(122,184,230); }

 div.DivClassName
 {
   background-color: #7AB8E6;
 }
 .BgClassName
 {
   background-color: #7AB8E6;
 }
</style>
border-color css

<style>
 span { border-color: #7AB8E6; }

 span { border-color: rgb(122,184,230); }

 td.TdClassName
 {
   border-color: #7AB8E6;
 }
 .TagClassName
 {
   border-color: #7AB8E6;
 }
</style>