Shades of Blizzard Blue #8CE5EE
Tints of Blizzard Blue #8CE5EE
RGB
CMYK
RGB Variations
Color information
#8CE5EE (or 0x8CE5EE) is known color: Blizzard Blue. HEX triplet: 8C, E5 and EE. RGB value is (140,229,238). Sum of RGB (Red+Green+Blue) = 140+229+238=607 (80% of max value = 765). Red value is 140 (55.08% from 255 or 23.06% from 607); Green value is 229 (89.84% from 255 or 37.73% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 238 - color contains mainly: blue. Hex color #8CE5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CE5EE is #731A11. Grayscale: #CBCBCB. Windows color (decimal): -7543314 or 15656332. OLE color: 15656332.
HSL color Cylindrical-coordinate representation of color #8CE5EE: hue angle of 185.51º 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 #8CE5EE is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 229 | 238 | - |
| CMYK | 0.41 | 0.04 | 0 | 0.07 |
| HSL | 185.51º | 0.74% | 0.74% | - |
| HSV(B) | 185.51º | 0.41% | 0.93% | - |
| XYZ | 54.27 | 67.79 | 91.11 | - |
| YUV | 203.42 | 147.51 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 229 | 238 | 0.41 | 0.04 | 0 | 0.07 | 185.51 | 0.74 | 0.74 |
| Hex | 8C | E5 | EE | 29 | 4 | 0 | 7 | BA | 4A | 4A |
| Octal | 214 | 345 | 356 | 51 | 4 | 0 | 7 | 272 | 112 | 112 |
| Binary | 10001100 | 11100101 | 11101110 | 101001 | 100 | 0 | 111 | 10111010 | 1001010 | 1001010 |
Color Harmonies of #8CE5EE
Complementary color
Monochromatic Colors of #8CE5EE
Black with #8CE5EE
Text Example
Text Example
White with #8CE5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE5EE; }
p { color: rgb(140,229,238); }
H1.HeaderClassName
{
color: #8CE5EE;
}
.AnyTagClassName
{
color: #8CE5EE;
}
</style>
background-color css
<style>
a { background-color: #8CE5EE; }
a { background-color: rgb(140,229,238); }
div.DivClassName
{
background-color: #8CE5EE;
}
.BgClassName
{
background-color: #8CE5EE;
}
</style>
border-color css
<style>
span { border-color: #8CE5EE; }
span { border-color: rgb(140,229,238); }
td.TdClassName
{
border-color: #8CE5EE;
}
.TagClassName
{
border-color: #8CE5EE;
}
</style>