#7EAFDE

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

Shades of Jordy Blue #7EAFDE

Tints of Jordy Blue #7EAFDE

Color information

#7EAFDE (or 0x7EAFDE) is unknown color: approx Jordy Blue. HEX triplet: 7E, AF and DE. RGB value is (126,175,222). Sum of RGB (Red+Green+Blue) = 126+175+222=523 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.09% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #7EAFDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAFDE is #815021. Grayscale: #A5A5A5. Windows color (decimal): -8474658 or 14593918. OLE color: 14593918.

HSL color Cylindrical-coordinate representation of color #7EAFDE: hue angle of 209.38º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EAFDE is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB126175222-
CMYK0.430.2100.13
HSL209.38º59.26%68.24%-
HSV(B)209.38º43.24%87.06%-
XYZ37.1240.3774.94-
YUV165.71159.7799.68-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.09%
GREEN value IS 175 (68.75% from 255) = 33.46%
BLUE value IS 222 (87.11% from 255) = 42.45%
R=24.09%
G=33.46%
B=42.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1261752220.430.2100.13209.3859.2668.24
Hex7EAFDE2B150Dd13b44
Octal176257336532501532173104
Binary111111010101111110111101010111010101101110100011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,175,222); }

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

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

 a { background-color: rgb(126,175,222); }

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

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

 span { border-color: rgb(126,175,222); }

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