#8EA9EE

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

Shades of Jordy Blue #8EA9EE

Tints of Jordy Blue #8EA9EE

Color information

#8EA9EE (or 0x8EA9EE) is unknown color: approx Jordy Blue. HEX triplet: 8E, A9 and EE. RGB value is (142,169,238). Sum of RGB (Red+Green+Blue) = 142+169+238=549 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.87% from 549); Green value is 169 (66.41% from 255 or 30.78% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #8EA9EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EA9EE is #715611. Grayscale: #A8A8A8. Windows color (decimal): -7427602 or 15640974. OLE color: 15640974.

HSL color Cylindrical-coordinate representation of color #8EA9EE: hue angle of 223.12º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EA9EE is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB142169238-
CMYK0.400.2900.07
HSL223.12º73.85%74.51%-
HSV(B)223.12º40.34%93.33%-
XYZ40.7840.386.52-
YUV168.79167.05108.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.87%
GREEN value IS 169 (66.41% from 255) = 30.78%
BLUE value IS 238 (93.36% from 255) = 43.35%
R=25.87%
G=30.78%
B=43.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1421692380.400.2900.07223.1273.8574.51
Hex8EA9EE281D07df4a4b
Octal216251356503507337112113
Binary1000111010101001111011101010001110101111101111110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,169,238); }

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

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

 a { background-color: rgb(142,169,238); }

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

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

 span { border-color: rgb(142,169,238); }

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