#8EAAE1

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

Shades of Jordy Blue #8EAAE1

Tints of Jordy Blue #8EAAE1

Color information

#8EAAE1 (or 0x8EAAE1) is unknown color: approx Jordy Blue. HEX triplet: 8E, AA and E1. RGB value is (142,170,225). Sum of RGB (Red+Green+Blue) = 142+170+225=537 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.44% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 225 (88.28% from 255 or 41.90% from 537); Max value from RGB is 225 - color contains mainly: blue. Hex color #8EAAE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAAE1 is #71551E. Grayscale: #A7A7A7. Windows color (decimal): -7427359 or 14789262. OLE color: 14789262.

HSL color Cylindrical-coordinate representation of color #8EAAE1: hue angle of 219.76º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EAAE1 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB142170225-
CMYK0.370.2400.12
HSL219.76º58.04%71.96%-
HSV(B)219.76º36.89%88.24%-
XYZ39.1239.9476.88-
YUV167.9160.22109.53-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.44%
GREEN value IS 170 (66.80% from 255) = 31.66%
BLUE value IS 225 (88.28% from 255) = 41.90%
R=26.44%
G=31.66%
B=41.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1421702250.370.2400.12219.7658.0471.96
Hex8EAAE125180Cdc3a48
Octal216252341453001433472110
Binary1000111010101010111000011001011100001100110111001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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