#8ce8ee

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

Shades of Blizzard Blue #8CE8EE

Tints of Blizzard Blue #8CE8EE

Color information

#8CE8EE (or 0x8CE8EE) is unknown color: approx Blizzard Blue. HEX triplet: 8C, E8 and EE. RGB value is (140,232,238). Sum of RGB (Red+Green+Blue) = 140+232+238=610 (80% of max value = 765). Red value is 140 (55.08% from 255 or 22.95% from 610); Green value is 232 (91.02% from 255 or 38.03% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #8CE8EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CE8EE is #731711. Grayscale: #CDCDCD. Windows color (decimal): -7542546 or 15657100. OLE color: 15657100.

HSL color Cylindrical-coordinate representation of color #8CE8EE: hue angle of 183.67º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CE8EE is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB140232238-
CMYK0.410.0300.07
HSL183.67º74.24%74.12%-
HSV(B)183.67º41.18%93.33%-
XYZ55.169.4691.39-
YUV205.18146.5281.51-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.95%
GREEN value IS 232 (91.02% from 255) = 38.03%
BLUE value IS 238 (93.36% from 255) = 39.02%
R=22.95%
G=38.03%
B=39.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1402322380.410.0300.07183.6774.2474.12
Hex8CE8EE29307b84a4a
Octal21435035651307270112112
Binary1000110011101000111011101010011101111011100010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ce8ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,232,238); }

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

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

 a { background-color: rgb(140,232,238); }

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

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

 span { border-color: rgb(140,232,238); }

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