Shades of Blizzard Blue #8FDEEB
Tints of Blizzard Blue #8FDEEB
RGB
CMYK
RGB Variations
Color information
#8FDEEB (or 0x8FDEEB) is known color: Blizzard Blue. HEX triplet: 8F, DE and EB. RGB value is (143,222,235). Sum of RGB (Red+Green+Blue) = 143+222+235=600 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.83% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #8FDEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDEEB is #702114. Grayscale: #C7C7C7. Windows color (decimal): -7348501 or 15457935. OLE color: 15457935.
HSL color Cylindrical-coordinate representation of color #8FDEEB: hue angle of 188.48º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FDEEB is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 222 | 235 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.08 |
| HSL | 188.48º | 0.7% | 0.74% | - |
| HSV(B) | 188.48º | 0.39% | 0.92% | - |
| XYZ | 52.44 | 64.08 | 88.2 | - |
| YUV | 199.86 | 147.83 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 222 | 235 | 0.39 | 0.06 | 0 | 0.08 | 188.48 | 0.7 | 0.74 |
| Hex | 8F | DE | EB | 27 | 6 | 0 | 8 | BC | 46 | 4A |
| Octal | 217 | 336 | 353 | 47 | 6 | 0 | 10 | 274 | 106 | 112 |
| Binary | 10001111 | 11011110 | 11101011 | 100111 | 110 | 0 | 1000 | 10111100 | 1000110 | 1001010 |
Color Harmonies of #8FDEEB
Complementary color
Monochromatic Colors of #8FDEEB
Black with #8FDEEB
Text Example
Text Example
White with #8FDEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDEEB; }
p { color: rgb(143,222,235); }
H1.HeaderClassName
{
color: #8FDEEB;
}
.AnyTagClassName
{
color: #8FDEEB;
}
</style>
background-color css
<style>
a { background-color: #8FDEEB; }
a { background-color: rgb(143,222,235); }
div.DivClassName
{
background-color: #8FDEEB;
}
.BgClassName
{
background-color: #8FDEEB;
}
</style>
border-color css
<style>
span { border-color: #8FDEEB; }
span { border-color: rgb(143,222,235); }
td.TdClassName
{
border-color: #8FDEEB;
}
.TagClassName
{
border-color: #8FDEEB;
}
</style>