#8EACE1

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

Shades of Jordy Blue #8EACE1

Tints of Jordy Blue #8EACE1

Color information

#8EACE1 (or 0x8EACE1) is unknown color: approx Jordy Blue. HEX triplet: 8E, AC and E1. RGB value is (142,172,225). Sum of RGB (Red+Green+Blue) = 142+172+225=539 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.35% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 225 (88.28% from 255 or 41.74% from 539); Max value from RGB is 225 - color contains mainly: blue. Hex color #8EACE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EACE1 is #71531E. Grayscale: #A8A8A8. Windows color (decimal): -7426847 or 14789774. OLE color: 14789774.

HSL color Cylindrical-coordinate representation of color #8EACE1: hue angle of 218.31º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EACE1 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB142172225-
CMYK0.370.2400.12
HSL218.31º58.04%71.96%-
HSV(B)218.31º36.89%88.24%-
XYZ39.540.6977.01-
YUV169.07159.56108.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.35%
GREEN value IS 172 (67.58% from 255) = 31.91%
BLUE value IS 225 (88.28% from 255) = 41.74%
R=26.35%
G=31.91%
B=41.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1421722250.370.2400.12218.3158.0471.96
Hex8EACE125180Cda3a48
Octal216254341453001433272110
Binary1000111010101100111000011001011100001100110110101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EACE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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