Shades of Blizzard Blue #8FEDEC
Tints of Blizzard Blue #8FEDEC
RGB
CMYK
RGB Variations
Color information
#8FEDEC (or 0x8FEDEC) is known color: Blizzard Blue. HEX triplet: 8F, ED and EC. RGB value is (143,237,236). Sum of RGB (Red+Green+Blue) = 143+237+236=616 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.21% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEDEC is #701213. Grayscale: #D0D0D0. Windows color (decimal): -7344660 or 15527311. OLE color: 15527311.
HSL color Cylindrical-coordinate representation of color #8FEDEC: hue angle of 179.36º degrees, saturation: 0.72, 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 #8FEDEC is Cyan = 0.40, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 237 | 236 | - |
| CMYK | 0.40 | 0 | 0.00 | 0.07 |
| HSL | 179.36º | 0.72% | 0.75% | - |
| HSV(B) | 179.36º | 0.4% | 0.93% | - |
| XYZ | 56.75 | 72.46 | 90.35 | - |
| YUV | 208.78 | 143.36 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 237 | 236 | 0.40 | 0 | 0.00 | 0.07 | 179.36 | 0.72 | 0.75 |
| Hex | 8F | ED | EC | 28 | 0 | 0 | 7 | B3 | 48 | 4B |
| Octal | 217 | 355 | 354 | 50 | 0 | 0 | 7 | 263 | 110 | 113 |
| Binary | 10001111 | 11101101 | 11101100 | 101000 | 0 | 0 | 111 | 10110011 | 1001000 | 1001011 |
Color Harmonies of #8FEDEC
Complementary color
Monochromatic Colors of #8FEDEC
Black with #8FEDEC
Text Example
Text Example
White with #8FEDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEDEC; }
p { color: rgb(143,237,236); }
H1.HeaderClassName
{
color: #8FEDEC;
}
.AnyTagClassName
{
color: #8FEDEC;
}
</style>
background-color css
<style>
a { background-color: #8FEDEC; }
a { background-color: rgb(143,237,236); }
div.DivClassName
{
background-color: #8FEDEC;
}
.BgClassName
{
background-color: #8FEDEC;
}
</style>
border-color css
<style>
span { border-color: #8FEDEC; }
span { border-color: rgb(143,237,236); }
td.TdClassName
{
border-color: #8FEDEC;
}
.TagClassName
{
border-color: #8FEDEC;
}
</style>