#8EA9F6

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

Shades of Jordy Blue #8EA9F6

Tints of Jordy Blue #8EA9F6

Color information

#8EA9F6 (or 0x8EA9F6) is unknown color: approx Jordy Blue. HEX triplet: 8E, A9 and F6. RGB value is (142,169,246). Sum of RGB (Red+Green+Blue) = 142+169+246=557 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.49% from 557); Green value is 169 (66.41% from 255 or 30.34% from 557); Blue value is 246 (96.48% from 255 or 44.17% from 557); Max value from RGB is 246 - color contains mainly: blue. Hex color #8EA9F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EA9F6 is #715609. Grayscale: #A9A9A9. Windows color (decimal): -7427594 or 16165262. OLE color: 16165262.

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

Color convert

RGB142169246-
CMYK0.420.3100.04
HSL224.42º85.25%76.08%-
HSV(B)224.42º42.28%96.47%-
XYZ41.9840.7892.85-
YUV169.7171.05108.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.49%
GREEN value IS 169 (66.41% from 255) = 30.34%
BLUE value IS 246 (96.48% from 255) = 44.17%
R=25.49%
G=30.34%
B=44.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1421692460.420.3100.04224.4285.2576.08
Hex8EA9F62A1F04e0554c
Octal216251366523704340125114
Binary1000111010101001111101101010101111101001110000010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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