#8EABEF

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

Shades of Jordy Blue #8EABEF

Tints of Jordy Blue #8EABEF

Color information

#8EABEF (or 0x8EABEF) is unknown color: approx Jordy Blue. HEX triplet: 8E, AB and EF. RGB value is (142,171,239). Sum of RGB (Red+Green+Blue) = 142+171+239=552 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.72% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 239 (93.75% from 255 or 43.30% from 552); Max value from RGB is 239 - color contains mainly: blue. Hex color #8EABEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EABEF is #715410. Grayscale: #A9A9A9. Windows color (decimal): -7427089 or 15707022. OLE color: 15707022.

HSL color Cylindrical-coordinate representation of color #8EABEF: hue angle of 222.06º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EABEF is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB142171239-
CMYK0.410.2800.06
HSL222.06º75.19%74.71%-
HSV(B)222.06º40.59%93.73%-
XYZ41.341.1187.42-
YUV170.08166.89107.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.72%
GREEN value IS 171 (67.19% from 255) = 30.98%
BLUE value IS 239 (93.75% from 255) = 43.30%
R=25.72%
G=30.98%
B=43.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1421712390.410.2800.06222.0675.1974.71
Hex8EABEF291C06de4b4b
Octal216253357513406336113113
Binary1000111010101011111011111010011110001101101111010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EABEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,171,239); }

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

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

 a { background-color: rgb(142,171,239); }

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

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

 span { border-color: rgb(142,171,239); }

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