Shades of Blizzard Blue #8CE9EE
Tints of Blizzard Blue #8CE9EE
RGB
CMYK
RGB Variations
Color information
#8CE9EE (or 0x8CE9EE) is known color: Blizzard Blue. HEX triplet: 8C, E9 and EE. RGB value is (140,233,238). Sum of RGB (Red+Green+Blue) = 140+233+238=611 (80% of max value = 765). Red value is 140 (55.08% from 255 or 22.91% from 611); Green value is 233 (91.41% from 255 or 38.13% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #8CE9EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CE9EE is #731611. Grayscale: #CDCDCD. Windows color (decimal): -7542290 or 15657356. OLE color: 15657356.
HSL color Cylindrical-coordinate representation of color #8CE9EE: hue angle of 183.06º 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 #8CE9EE is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 233 | 238 | - |
| CMYK | 0.41 | 0.02 | 0 | 0.07 |
| HSL | 183.06º | 0.74% | 0.74% | - |
| HSV(B) | 183.06º | 0.41% | 0.93% | - |
| XYZ | 55.39 | 70.03 | 91.49 | - |
| YUV | 205.76 | 146.19 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 233 | 238 | 0.41 | 0.02 | 0 | 0.07 | 183.06 | 0.74 | 0.74 |
| Hex | 8C | E9 | EE | 29 | 2 | 0 | 7 | B7 | 4A | 4A |
| Octal | 214 | 351 | 356 | 51 | 2 | 0 | 7 | 267 | 112 | 112 |
| Binary | 10001100 | 11101001 | 11101110 | 101001 | 10 | 0 | 111 | 10110111 | 1001010 | 1001010 |
Color Harmonies of #8CE9EE
Complementary color
Monochromatic Colors of #8CE9EE
Black with #8CE9EE
Text Example
Text Example
White with #8CE9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE9EE; }
p { color: rgb(140,233,238); }
H1.HeaderClassName
{
color: #8CE9EE;
}
.AnyTagClassName
{
color: #8CE9EE;
}
</style>
background-color css
<style>
a { background-color: #8CE9EE; }
a { background-color: rgb(140,233,238); }
div.DivClassName
{
background-color: #8CE9EE;
}
.BgClassName
{
background-color: #8CE9EE;
}
</style>
border-color css
<style>
span { border-color: #8CE9EE; }
span { border-color: rgb(140,233,238); }
td.TdClassName
{
border-color: #8CE9EE;
}
.TagClassName
{
border-color: #8CE9EE;
}
</style>