#8EAFEA

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

Shades of Jordy Blue #8EAFEA

Tints of Jordy Blue #8EAFEA

Color information

#8EAFEA (or 0x8EAFEA) is unknown color: approx Jordy Blue. HEX triplet: 8E, AF and EA. RGB value is (142,175,234). Sum of RGB (Red+Green+Blue) = 142+175+234=551 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.77% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #8EAFEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EAFEA is #715015. Grayscale: #ABABAB. Windows color (decimal): -7426070 or 15380366. OLE color: 15380366.

HSL color Cylindrical-coordinate representation of color #8EAFEA: hue angle of 218.48º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EAFEA is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB142175234-
CMYK0.390.2500.08
HSL218.48º68.66%73.73%-
HSV(B)218.48º39.32%91.76%-
XYZ41.3442.3583.84-
YUV171.86163.07106.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.77%
GREEN value IS 175 (68.75% from 255) = 31.76%
BLUE value IS 234 (91.80% from 255) = 42.47%
R=25.77%
G=31.76%
B=42.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1421752340.390.2500.08218.4868.6673.73
Hex8EAFEA271908da454a
Octal2162573524731010332105112
Binary10001110101011111110101010011111001010001101101010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,175,234); }

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

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

 a { background-color: rgb(142,175,234); }

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

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

 span { border-color: rgb(142,175,234); }

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