Shades of Blizzard Blue #8FEEED
Tints of Blizzard Blue #8FEEED
RGB
CMYK
RGB Variations
Color information
#8FEEED (or 0x8FEEED) is known color: Blizzard Blue. HEX triplet: 8F, EE and ED. RGB value is (143,238,237). Sum of RGB (Red+Green+Blue) = 143+238+237=618 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.14% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 238 - color contains mainly: green. Hex color #8FEEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEEED is #701112. Grayscale: #D1D1D1. Windows color (decimal): -7344403 or 15593103. OLE color: 15593103.
HSL color Cylindrical-coordinate representation of color #8FEEED: hue angle of 179.37º 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 #8FEEED is Cyan = 0.40, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 238 | 237 | - |
| CMYK | 0.40 | 0 | 0.00 | 0.07 |
| HSL | 179.37º | 0.74% | 0.75% | - |
| HSV(B) | 179.37º | 0.4% | 0.93% | - |
| XYZ | 57.19 | 73.1 | 91.22 | - |
| YUV | 209.48 | 143.53 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 238 | 237 | 0.40 | 0 | 0.00 | 0.07 | 179.37 | 0.74 | 0.75 |
| Hex | 8F | EE | ED | 28 | 0 | 0 | 7 | B3 | 4A | 4B |
| Octal | 217 | 356 | 355 | 50 | 0 | 0 | 7 | 263 | 112 | 113 |
| Binary | 10001111 | 11101110 | 11101101 | 101000 | 0 | 0 | 111 | 10110011 | 1001010 | 1001011 |
Color Harmonies of #8FEEED
Complementary color
Monochromatic Colors of #8FEEED
Black with #8FEEED
Text Example
Text Example
White with #8FEEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEEED; }
p { color: rgb(143,238,237); }
H1.HeaderClassName
{
color: #8FEEED;
}
.AnyTagClassName
{
color: #8FEEED;
}
</style>
background-color css
<style>
a { background-color: #8FEEED; }
a { background-color: rgb(143,238,237); }
div.DivClassName
{
background-color: #8FEEED;
}
.BgClassName
{
background-color: #8FEEED;
}
</style>
border-color css
<style>
span { border-color: #8FEEED; }
span { border-color: rgb(143,238,237); }
td.TdClassName
{
border-color: #8FEEED;
}
.TagClassName
{
border-color: #8FEEED;
}
</style>