Shades of Blizzard Blue #8FE8EE
Tints of Blizzard Blue #8FE8EE
RGB
CMYK
RGB Variations
Color information
#8FE8EE (or 0x8FE8EE) is known color: Blizzard Blue. HEX triplet: 8F, E8 and EE. RGB value is (143,232,238). Sum of RGB (Red+Green+Blue) = 143+232+238=613 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.33% from 613); Green value is 232 (91.02% from 255 or 37.85% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FE8EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FE8EE is #701711. Grayscale: #CDCDCD. Windows color (decimal): -7345938 or 15657103. OLE color: 15657103.
HSL color Cylindrical-coordinate representation of color #8FE8EE: hue angle of 183.79º 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 #8FE8EE is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 232 | 238 | - |
| CMYK | 0.40 | 0.03 | 0 | 0.07 |
| HSL | 183.79º | 0.74% | 0.75% | - |
| HSV(B) | 183.79º | 0.4% | 0.93% | - |
| XYZ | 55.62 | 69.73 | 91.42 | - |
| YUV | 206.07 | 146.01 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 232 | 238 | 0.40 | 0.03 | 0 | 0.07 | 183.79 | 0.74 | 0.75 |
| Hex | 8F | E8 | EE | 28 | 3 | 0 | 7 | B8 | 4A | 4B |
| Octal | 217 | 350 | 356 | 50 | 3 | 0 | 7 | 270 | 112 | 113 |
| Binary | 10001111 | 11101000 | 11101110 | 101000 | 11 | 0 | 111 | 10111000 | 1001010 | 1001011 |
Color Harmonies of #8FE8EE
Complementary color
Monochromatic Colors of #8FE8EE
Black with #8FE8EE
Text Example
Text Example
White with #8FE8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE8EE; }
p { color: rgb(143,232,238); }
H1.HeaderClassName
{
color: #8FE8EE;
}
.AnyTagClassName
{
color: #8FE8EE;
}
</style>
background-color css
<style>
a { background-color: #8FE8EE; }
a { background-color: rgb(143,232,238); }
div.DivClassName
{
background-color: #8FE8EE;
}
.BgClassName
{
background-color: #8FE8EE;
}
</style>
border-color css
<style>
span { border-color: #8FE8EE; }
span { border-color: rgb(143,232,238); }
td.TdClassName
{
border-color: #8FE8EE;
}
.TagClassName
{
border-color: #8FE8EE;
}
</style>