#8EACF6

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

Shades of Jordy Blue #8EACF6

Tints of Jordy Blue #8EACF6

Color information

#8EACF6 (or 0x8EACF6) is unknown color: approx Jordy Blue. HEX triplet: 8E, AC and F6. RGB value is (142,172,246). Sum of RGB (Red+Green+Blue) = 142+172+246=560 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.36% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 246 (96.48% from 255 or 43.93% from 560); Max value from RGB is 246 - color contains mainly: blue. Hex color #8EACF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EACF6 is #715309. Grayscale: #ABABAB. Windows color (decimal): -7426826 or 16166030. OLE color: 16166030.

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

Color convert

RGB142172246-
CMYK0.420.3000.04
HSL222.69º85.25%76.08%-
HSV(B)222.69º42.28%96.47%-
XYZ42.5441.9193.04-
YUV171.47170.06106.98-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.36%
GREEN value IS 172 (67.58% from 255) = 30.71%
BLUE value IS 246 (96.48% from 255) = 43.93%
R=25.36%
G=30.71%
B=43.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1421722460.420.3000.04222.6985.2576.08
Hex8EACF62A1E04df554c
Octal216254366523604337125114
Binary1000111010101100111101101010101111001001101111110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EACF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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