#8EAEF2

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

Shades of Jordy Blue #8EAEF2

Tints of Jordy Blue #8EAEF2

Color information

#8EAEF2 (or 0x8EAEF2) is unknown color: approx Jordy Blue. HEX triplet: 8E, AE and F2. RGB value is (142,174,242). Sum of RGB (Red+Green+Blue) = 142+174+242=558 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.45% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 242 (94.92% from 255 or 43.37% from 558); Max value from RGB is 242 - color contains mainly: blue. Hex color #8EAEF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EAEF2 is #71510D. Grayscale: #ABABAB. Windows color (decimal): -7426318 or 15904398. OLE color: 15904398.

HSL color Cylindrical-coordinate representation of color #8EAEF2: hue angle of 220.8º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EAEF2 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB142174242-
CMYK0.410.2800.05
HSL220.8º79.37%75.29%-
HSV(B)220.8º41.32%94.9%-
XYZ42.3242.4389.96-
YUV172.18167.4106.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.45%
GREEN value IS 174 (68.36% from 255) = 31.18%
BLUE value IS 242 (94.92% from 255) = 43.37%
R=25.45%
G=31.18%
B=43.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1421742420.410.2800.05220.879.3775.29
Hex8EAEF2291C05dd4f4b
Octal216256362513405335117113
Binary1000111010101110111100101010011110001011101110110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EAEF2; }

 p { color: rgb(142,174,242); }

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

<style>
 a { background-color: #8EAEF2; }

 a { background-color: rgb(142,174,242); }

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

<style>
 span { border-color: #8EAEF2; }

 span { border-color: rgb(142,174,242); }

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