#8EADF2

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

Shades of Jordy Blue #8EADF2

Tints of Jordy Blue #8EADF2

Color information

#8EADF2 (or 0x8EADF2) is unknown color: approx Jordy Blue. HEX triplet: 8E, AD and F2. RGB value is (142,173,242). Sum of RGB (Red+Green+Blue) = 142+173+242=557 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.49% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #8EADF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EADF2 is #71520D. Grayscale: #ABABAB. Windows color (decimal): -7426574 or 15904142. OLE color: 15904142.

HSL color Cylindrical-coordinate representation of color #8EADF2: hue angle of 221.4º 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 #8EADF2 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB142173242-
CMYK0.410.2900.05
HSL221.4º79.37%75.29%-
HSV(B)221.4º41.32%94.9%-
XYZ42.1342.0589.9-
YUV171.6167.73106.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.49%
GREEN value IS 173 (67.97% from 255) = 31.06%
BLUE value IS 242 (94.92% from 255) = 43.45%
R=25.49%
G=31.06%
B=43.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1421732420.410.2900.05221.479.3775.29
Hex8EADF2291D05dd4f4b
Octal216255362513505335117113
Binary1000111010101101111100101010011110101011101110110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EADF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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