#8EA9EC

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

Shades of Jordy Blue #8EA9EC

Tints of Jordy Blue #8EA9EC

Color information

#8EA9EC (or 0x8EA9EC) is unknown color: approx Jordy Blue. HEX triplet: 8E, A9 and EC. RGB value is (142,169,236). Sum of RGB (Red+Green+Blue) = 142+169+236=547 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.96% from 547); Green value is 169 (66.41% from 255 or 30.90% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #8EA9EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EA9EC is #715613. Grayscale: #A8A8A8. Windows color (decimal): -7427604 or 15509902. OLE color: 15509902.

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

Color convert

RGB142169236-
CMYK0.400.2800.07
HSL222.77º71.21%74.12%-
HSV(B)222.77º39.83%92.55%-
XYZ40.4840.1884.98-
YUV168.56166.05109.05-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.96%
GREEN value IS 169 (66.41% from 255) = 30.90%
BLUE value IS 236 (92.58% from 255) = 43.14%
R=25.96%
G=30.90%
B=43.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1421692360.400.2800.07222.7771.2174.12
Hex8EA9EC281C07df474a
Octal216251354503407337107112
Binary1000111010101001111011001010001110001111101111110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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