Shades of Blizzard Blue #8FECEF
Tints of Blizzard Blue #8FECEF
RGB
CMYK
RGB Variations
Color information
#8FECEF (or 0x8FECEF) is known color: Blizzard Blue. HEX triplet: 8F, EC and EF. RGB value is (143,236,239). Sum of RGB (Red+Green+Blue) = 143+236+239=618 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.14% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #8FECEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FECEF is #701310. Grayscale: #D0D0D0. Windows color (decimal): -7344913 or 15723663. OLE color: 15723663.
HSL color Cylindrical-coordinate representation of color #8FECEF: hue angle of 181.88º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FECEF is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 236 | 239 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.06 |
| HSL | 181.88º | 0.75% | 0.75% | - |
| HSV(B) | 181.88º | 0.4% | 0.94% | - |
| XYZ | 56.9 | 72.06 | 92.57 | - |
| YUV | 208.54 | 145.19 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 236 | 239 | 0.40 | 0.01 | 0 | 0.06 | 181.88 | 0.75 | 0.75 |
| Hex | 8F | EC | EF | 28 | 1 | 0 | 6 | B6 | 4B | 4B |
| Octal | 217 | 354 | 357 | 50 | 1 | 0 | 6 | 266 | 113 | 113 |
| Binary | 10001111 | 11101100 | 11101111 | 101000 | 1 | 0 | 110 | 10110110 | 1001011 | 1001011 |
Color Harmonies of #8FECEF
Complementary color
Monochromatic Colors of #8FECEF
Black with #8FECEF
Text Example
Text Example
White with #8FECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FECEF; }
p { color: rgb(143,236,239); }
H1.HeaderClassName
{
color: #8FECEF;
}
.AnyTagClassName
{
color: #8FECEF;
}
</style>
background-color css
<style>
a { background-color: #8FECEF; }
a { background-color: rgb(143,236,239); }
div.DivClassName
{
background-color: #8FECEF;
}
.BgClassName
{
background-color: #8FECEF;
}
</style>
border-color css
<style>
span { border-color: #8FECEF; }
span { border-color: rgb(143,236,239); }
td.TdClassName
{
border-color: #8FECEF;
}
.TagClassName
{
border-color: #8FECEF;
}
</style>