#8CE6EA

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

Shades of Blizzard Blue #8CE6EA

Tints of Blizzard Blue #8CE6EA

Color information

#8CE6EA (or 0x8CE6EA) is unknown color: approx Blizzard Blue. HEX triplet: 8C, E6 and EA. RGB value is (140,230,234). Sum of RGB (Red+Green+Blue) = 140+230+234=604 (80% of max value = 765). Red value is 140 (55.08% from 255 or 23.18% from 604); Green value is 230 (90.23% from 255 or 38.08% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #8CE6EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CE6EA is #731915. Grayscale: #CBCBCB. Windows color (decimal): -7543062 or 15394444. OLE color: 15394444.

HSL color Cylindrical-coordinate representation of color #8CE6EA: hue angle of 182.55º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CE6EA is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB140230234-
CMYK0.400.0200.08
HSL182.55º69.12%73.33%-
HSV(B)182.55º40.17%91.76%-
XYZ53.9668.1188.14-
YUV203.55145.1882.67-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.18%
GREEN value IS 230 (90.23% from 255) = 38.08%
BLUE value IS 234 (91.80% from 255) = 38.74%
R=23.18%
G=38.08%
B=38.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1402302340.400.0200.08182.5569.1273.33
Hex8CE6EA28208b74549
Octal214346352502010267105111
Binary10001100111001101110101010100010010001011011110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,230,234); }

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

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

 a { background-color: rgb(140,230,234); }

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

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

 span { border-color: rgb(140,230,234); }

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