Shades of Blizzard Blue #8CE2EF
Tints of Blizzard Blue #8CE2EF
RGB
CMYK
RGB Variations
Color information
#8CE2EF (or 0x8CE2EF) is known color: Blizzard Blue. HEX triplet: 8C, E2 and EF. RGB value is (140,226,239). Sum of RGB (Red+Green+Blue) = 140+226+239=605 (80% of max value = 765). Red value is 140 (55.08% from 255 or 23.14% from 605); Green value is 226 (88.67% from 255 or 37.36% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #8CE2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CE2EF is #731D10. Grayscale: #C9C9C9. Windows color (decimal): -7544081 or 15721100. OLE color: 15721100.
HSL color Cylindrical-coordinate representation of color #8CE2EF: hue angle of 187.88º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CE2EF is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 226 | 239 | - |
| CMYK | 0.41 | 0.05 | 0 | 0.06 |
| HSL | 187.88º | 0.76% | 0.74% | - |
| HSV(B) | 187.88º | 0.41% | 0.94% | - |
| XYZ | 53.59 | 66.2 | 91.61 | - |
| YUV | 201.77 | 149.01 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 226 | 239 | 0.41 | 0.05 | 0 | 0.06 | 187.88 | 0.76 | 0.74 |
| Hex | 8C | E2 | EF | 29 | 5 | 0 | 6 | BC | 4C | 4A |
| Octal | 214 | 342 | 357 | 51 | 5 | 0 | 6 | 274 | 114 | 112 |
| Binary | 10001100 | 11100010 | 11101111 | 101001 | 101 | 0 | 110 | 10111100 | 1001100 | 1001010 |
Color Harmonies of #8CE2EF
Complementary color
Monochromatic Colors of #8CE2EF
Black with #8CE2EF
Text Example
Text Example
White with #8CE2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE2EF; }
p { color: rgb(140,226,239); }
H1.HeaderClassName
{
color: #8CE2EF;
}
.AnyTagClassName
{
color: #8CE2EF;
}
</style>
background-color css
<style>
a { background-color: #8CE2EF; }
a { background-color: rgb(140,226,239); }
div.DivClassName
{
background-color: #8CE2EF;
}
.BgClassName
{
background-color: #8CE2EF;
}
</style>
border-color css
<style>
span { border-color: #8CE2EF; }
span { border-color: rgb(140,226,239); }
td.TdClassName
{
border-color: #8CE2EF;
}
.TagClassName
{
border-color: #8CE2EF;
}
</style>