#8EAFF5

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

Shades of Jordy Blue #8EAFF5

Tints of Jordy Blue #8EAFF5

Color information

#8EAFF5 (or 0x8EAFF5) is unknown color: approx Jordy Blue. HEX triplet: 8E, AF and F5. RGB value is (142,175,245). Sum of RGB (Red+Green+Blue) = 142+175+245=562 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.27% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 245 (96.09% from 255 or 43.59% from 562); Max value from RGB is 245 - color contains mainly: blue. Hex color #8EAFF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EAFF5 is #71500A. Grayscale: #ACACAC. Windows color (decimal): -7426059 or 16101262. OLE color: 16101262.

HSL color Cylindrical-coordinate representation of color #8EAFF5: hue angle of 220.78º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8EAFF5 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB142175245-
CMYK0.420.2900.04
HSL220.78º83.74%75.88%-
HSV(B)220.78º42.04%96.08%-
XYZ42.974392.42-
YUV173.11168.57105.81-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.27%
GREEN value IS 175 (68.75% from 255) = 31.14%
BLUE value IS 245 (96.09% from 255) = 43.59%
R=25.27%
G=31.14%
B=43.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1421752450.420.2900.04220.7883.7475.88
Hex8EAFF52A1D04dd544c
Octal216257365523504335124114
Binary1000111010101111111101011010101110101001101110110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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