Shades of Blizzard Blue #8FECEE
Tints of Blizzard Blue #8FECEE
RGB
CMYK
RGB Variations
Color information
#8FECEE (or 0x8FECEE) is known color: Blizzard Blue. HEX triplet: 8F, EC and EE. RGB value is (143,236,238). Sum of RGB (Red+Green+Blue) = 143+236+238=617 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.18% from 617); Green value is 236 (92.58% from 255 or 38.25% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FECEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FECEE is #701311. Grayscale: #D0D0D0. Windows color (decimal): -7344914 or 15658127. OLE color: 15658127.
HSL color Cylindrical-coordinate representation of color #8FECEE: hue angle of 181.26º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FECEE is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 236 | 238 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.07 |
| HSL | 181.26º | 0.74% | 0.75% | - |
| HSV(B) | 181.26º | 0.4% | 0.93% | - |
| XYZ | 56.76 | 72 | 91.8 | - |
| YUV | 208.42 | 144.69 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 236 | 238 | 0.40 | 0.01 | 0 | 0.07 | 181.26 | 0.74 | 0.75 |
| Hex | 8F | EC | EE | 28 | 1 | 0 | 7 | B5 | 4A | 4B |
| Octal | 217 | 354 | 356 | 50 | 1 | 0 | 7 | 265 | 112 | 113 |
| Binary | 10001111 | 11101100 | 11101110 | 101000 | 1 | 0 | 111 | 10110101 | 1001010 | 1001011 |
Color Harmonies of #8FECEE
Complementary color
Monochromatic Colors of #8FECEE
Black with #8FECEE
Text Example
Text Example
White with #8FECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FECEE; }
p { color: rgb(143,236,238); }
H1.HeaderClassName
{
color: #8FECEE;
}
.AnyTagClassName
{
color: #8FECEE;
}
</style>
background-color css
<style>
a { background-color: #8FECEE; }
a { background-color: rgb(143,236,238); }
div.DivClassName
{
background-color: #8FECEE;
}
.BgClassName
{
background-color: #8FECEE;
}
</style>
border-color css
<style>
span { border-color: #8FECEE; }
span { border-color: rgb(143,236,238); }
td.TdClassName
{
border-color: #8FECEE;
}
.TagClassName
{
border-color: #8FECEE;
}
</style>