#7EA9D6

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

Shades of Jordy Blue #7EA9D6

Tints of Jordy Blue #7EA9D6

Color information

#7EA9D6 (or 0x7EA9D6) is unknown color: approx Jordy Blue. HEX triplet: 7E, A9 and D6. RGB value is (126,169,214). Sum of RGB (Red+Green+Blue) = 126+169+214=509 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.75% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 214 (83.98% from 255 or 42.04% from 509); Max value from RGB is 214 - color contains mainly: blue. Hex color #7EA9D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA9D6 is #815629. Grayscale: #A1A1A1. Windows color (decimal): -8476202 or 14068094. OLE color: 14068094.

HSL color Cylindrical-coordinate representation of color #7EA9D6: hue angle of 210.68º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7EA9D6 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB126169214-
CMYK0.410.2100.16
HSL210.68º51.76%66.67%-
HSV(B)210.68º41.12%83.92%-
XYZ34.9337.6769.05-
YUV161.27157.75102.84-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.75%
GREEN value IS 169 (66.41% from 255) = 33.20%
BLUE value IS 214 (83.98% from 255) = 42.04%
R=24.75%
G=33.20%
B=42.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1261692140.410.2100.16210.6851.7666.67
Hex7EA9D62915010d33443
Octal176251326512502032364103
Binary1111110101010011101011010100110101010000110100111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,169,214); }

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

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

 a { background-color: rgb(126,169,214); }

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

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

 span { border-color: rgb(126,169,214); }

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