Shades of Blizzard Blue #8FEEEF
Tints of Blizzard Blue #8FEEEF
RGB
CMYK
RGB Variations
Color information
#8FEEEF (or 0x8FEEEF) is known color: Blizzard Blue. HEX triplet: 8F, EE and EF. RGB value is (143,238,239). Sum of RGB (Red+Green+Blue) = 143+238+239=620 (82% of max value = 765). Red value is 143 (56.25% from 255 or 23.06% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 239 - color contains mainly: blue. Hex color #8FEEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEEEF is #701110. Grayscale: #D1D1D1. Windows color (decimal): -7344401 or 15724175. OLE color: 15724175.
HSL color Cylindrical-coordinate representation of color #8FEEEF: hue angle of 180.62º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEEEF is Cyan = 0.40, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 238 | 239 | - |
| CMYK | 0.40 | 0.00 | 0 | 0.06 |
| HSL | 180.63º | 0.75% | 0.75% | - |
| HSV(B) | 180.63º | 0.4% | 0.94% | - |
| XYZ | 57.48 | 73.22 | 92.76 | - |
| YUV | 209.71 | 144.53 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 238 | 239 | 0.40 | 0.00 | 0 | 0.06 | 180.63 | 0.75 | 0.75 |
| Hex | 8F | EE | EF | 28 | 0 | 0 | 6 | B5 | 4B | 4B |
| Octal | 217 | 356 | 357 | 50 | 0 | 0 | 6 | 265 | 113 | 113 |
| Binary | 10001111 | 11101110 | 11101111 | 101000 | 0 | 0 | 110 | 10110101 | 1001011 | 1001011 |
Color Harmonies of #8FEEEF
Complementary color
Monochromatic Colors of #8FEEEF
Black with #8FEEEF
Text Example
Text Example
White with #8FEEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEEEF; }
p { color: rgb(143,238,239); }
H1.HeaderClassName
{
color: #8FEEEF;
}
.AnyTagClassName
{
color: #8FEEEF;
}
</style>
background-color css
<style>
a { background-color: #8FEEEF; }
a { background-color: rgb(143,238,239); }
div.DivClassName
{
background-color: #8FEEEF;
}
.BgClassName
{
background-color: #8FEEEF;
}
</style>
border-color css
<style>
span { border-color: #8FEEEF; }
span { border-color: rgb(143,238,239); }
td.TdClassName
{
border-color: #8FEEEF;
}
.TagClassName
{
border-color: #8FEEEF;
}
</style>