#8EAFF4

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

Shades of Jordy Blue #8EAFF4

Tints of Jordy Blue #8EAFF4

Color information

#8EAFF4 (or 0x8EAFF4) is unknown color: approx Jordy Blue. HEX triplet: 8E, AF and F4. RGB value is (142,175,244). Sum of RGB (Red+Green+Blue) = 142+175+244=561 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.31% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 244 (95.70% from 255 or 43.49% from 561); Max value from RGB is 244 - color contains mainly: blue. Hex color #8EAFF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EAFF4 is #71500B. Grayscale: #ACACAC. Windows color (decimal): -7426060 or 16035726. OLE color: 16035726.

HSL color Cylindrical-coordinate representation of color #8EAFF4: hue angle of 220.59º degrees, saturation: 0.82, 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 #8EAFF4 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB142175244-
CMYK0.420.2800.04
HSL220.59º82.26%75.69%-
HSV(B)220.59º41.8%95.69%-
XYZ42.8142.9491.62-
YUV173168.07105.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.31%
GREEN value IS 175 (68.75% from 255) = 31.19%
BLUE value IS 244 (95.70% from 255) = 43.49%
R=25.31%
G=31.19%
B=43.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1421752440.420.2800.04220.5982.2675.69
Hex8EAFF42A1C04dd524c
Octal216257364523404335122114
Binary1000111010101111111101001010101110001001101110110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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