#8EAAFA

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

Shades of Jordy Blue #8EAAFA

Tints of Jordy Blue #8EAAFA

Color information

#8EAAFA (or 0x8EAAFA) is unknown color: approx Jordy Blue. HEX triplet: 8E, AA and FA. RGB value is (142,170,250). Sum of RGB (Red+Green+Blue) = 142+170+250=562 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.27% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #8EAAFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EAAFA is #715505. Grayscale: #AAAAAA. Windows color (decimal): -7427334 or 16427662. OLE color: 16427662.

HSL color Cylindrical-coordinate representation of color #8EAAFA: hue angle of 224.44º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EAAFA is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB142170250-
CMYK0.430.3200.02
HSL224.44º91.53%76.86%-
HSV(B)224.44º43.2%98.04%-
XYZ42.7941.496.18-
YUV170.75172.72107.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.27%
GREEN value IS 170 (66.80% from 255) = 30.25%
BLUE value IS 250 (98.05% from 255) = 44.48%
R=25.27%
G=30.25%
B=44.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1421702500.430.3200.02224.4491.5376.86
Hex8EAAFA2B2002e05c4d
Octal216252372534002340134115
Binary1000111010101010111110101010111000000101110000010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,170,250); }

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

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

 a { background-color: rgb(142,170,250); }

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

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

 span { border-color: rgb(142,170,250); }

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