Shades of Blizzard Blue #8FEBEC
Tints of Blizzard Blue #8FEBEC
RGB
CMYK
RGB Variations
Color information
#8FEBEC (or 0x8FEBEC) is known color: Blizzard Blue. HEX triplet: 8F, EB and EC. RGB value is (143,235,236). Sum of RGB (Red+Green+Blue) = 143+235+236=614 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.29% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #8FEBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEBEC is #701413. Grayscale: #CFCFCF. Windows color (decimal): -7345172 or 15526799. OLE color: 15526799.
HSL color Cylindrical-coordinate representation of color #8FEBEC: hue angle of 180.65º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FEBEC is Cyan = 0.39, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 235 | 236 | - |
| CMYK | 0.39 | 0.00 | 0 | 0.07 |
| HSL | 180.65º | 0.71% | 0.74% | - |
| HSV(B) | 180.65º | 0.39% | 0.93% | - |
| XYZ | 56.18 | 71.31 | 90.16 | - |
| YUV | 207.61 | 144.02 | 81.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 235 | 236 | 0.39 | 0.00 | 0 | 0.07 | 180.65 | 0.71 | 0.74 |
| Hex | 8F | EB | EC | 27 | 0 | 0 | 7 | B5 | 47 | 4A |
| Octal | 217 | 353 | 354 | 47 | 0 | 0 | 7 | 265 | 107 | 112 |
| Binary | 10001111 | 11101011 | 11101100 | 100111 | 0 | 0 | 111 | 10110101 | 1000111 | 1001010 |
Color Harmonies of #8FEBEC
Complementary color
Monochromatic Colors of #8FEBEC
Black with #8FEBEC
Text Example
Text Example
White with #8FEBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEBEC; }
p { color: rgb(143,235,236); }
H1.HeaderClassName
{
color: #8FEBEC;
}
.AnyTagClassName
{
color: #8FEBEC;
}
</style>
background-color css
<style>
a { background-color: #8FEBEC; }
a { background-color: rgb(143,235,236); }
div.DivClassName
{
background-color: #8FEBEC;
}
.BgClassName
{
background-color: #8FEBEC;
}
</style>
border-color css
<style>
span { border-color: #8FEBEC; }
span { border-color: rgb(143,235,236); }
td.TdClassName
{
border-color: #8FEBEC;
}
.TagClassName
{
border-color: #8FEBEC;
}
</style>