Shades of Blizzard Blue #8FDFEC
Tints of Blizzard Blue #8FDFEC
RGB
CMYK
RGB Variations
Color information
#8FDFEC (or 0x8FDFEC) is known color: Blizzard Blue. HEX triplet: 8F, DF and EC. RGB value is (143,223,236). Sum of RGB (Red+Green+Blue) = 143+223+236=602 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.75% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #8FDFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDFEC is #702013. Grayscale: #C8C8C8. Windows color (decimal): -7348244 or 15523727. OLE color: 15523727.
HSL color Cylindrical-coordinate representation of color #8FDFEC: hue angle of 188.39º 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 #8FDFEC is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 223 | 236 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.07 |
| HSL | 188.39º | 0.71% | 0.74% | - |
| HSV(B) | 188.39º | 0.39% | 0.93% | - |
| XYZ | 52.86 | 64.67 | 89.05 | - |
| YUV | 200.56 | 148 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 223 | 236 | 0.39 | 0.06 | 0 | 0.07 | 188.39 | 0.71 | 0.74 |
| Hex | 8F | DF | EC | 27 | 6 | 0 | 7 | BC | 47 | 4A |
| Octal | 217 | 337 | 354 | 47 | 6 | 0 | 7 | 274 | 107 | 112 |
| Binary | 10001111 | 11011111 | 11101100 | 100111 | 110 | 0 | 111 | 10111100 | 1000111 | 1001010 |
Color Harmonies of #8FDFEC
Complementary color
Monochromatic Colors of #8FDFEC
Black with #8FDFEC
Text Example
Text Example
White with #8FDFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDFEC; }
p { color: rgb(143,223,236); }
H1.HeaderClassName
{
color: #8FDFEC;
}
.AnyTagClassName
{
color: #8FDFEC;
}
</style>
background-color css
<style>
a { background-color: #8FDFEC; }
a { background-color: rgb(143,223,236); }
div.DivClassName
{
background-color: #8FDFEC;
}
.BgClassName
{
background-color: #8FDFEC;
}
</style>
border-color css
<style>
span { border-color: #8FDFEC; }
span { border-color: rgb(143,223,236); }
td.TdClassName
{
border-color: #8FDFEC;
}
.TagClassName
{
border-color: #8FDFEC;
}
</style>