#8ce6ee

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

Shades of Blizzard Blue #8CE6EE

Tints of Blizzard Blue #8CE6EE

Color information

#8CE6EE (or 0x8CE6EE) is unknown color: approx Blizzard Blue. HEX triplet: 8C, E6 and EE. RGB value is (140,230,238). Sum of RGB (Red+Green+Blue) = 140+230+238=608 (80% of max value = 765). Red value is 140 (55.08% from 255 or 23.03% from 608); Green value is 230 (90.23% from 255 or 37.83% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 238 - color contains mainly: blue. Hex color #8CE6EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CE6EE is #731911. Grayscale: #CBCBCB. Windows color (decimal): -7543058 or 15656588. OLE color: 15656588.

HSL color Cylindrical-coordinate representation of color #8CE6EE: hue angle of 184.9º 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 #8CE6EE is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB140230238-
CMYK0.410.0300.07
HSL184.9º74.24%74.12%-
HSV(B)184.9º41.18%93.33%-
XYZ54.5468.3491.21-
YUV204147.1882.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.03%
GREEN value IS 230 (90.23% from 255) = 37.83%
BLUE value IS 238 (93.36% from 255) = 39.14%
R=23.03%
G=37.83%
B=39.14%

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
Decimal1402302380.410.0300.07184.974.2474.12
Hex8CE6EE29307b94a4a
Octal21434635651307271112112
Binary1000110011100110111011101010011101111011100110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ce6ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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