Shades of Blizzard Blue #8FE8ED
Tints of Blizzard Blue #8FE8ED
RGB
CMYK
RGB Variations
Color information
#8FE8ED (or 0x8FE8ED) is known color: Blizzard Blue. HEX triplet: 8F, E8 and ED. RGB value is (143,232,237). Sum of RGB (Red+Green+Blue) = 143+232+237=612 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.37% from 612); Green value is 232 (91.02% from 255 or 37.91% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #8FE8ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FE8ED is #701712. Grayscale: #CDCDCD. Windows color (decimal): -7345939 or 15591567. OLE color: 15591567.
HSL color Cylindrical-coordinate representation of color #8FE8ED: hue angle of 183.19º degrees, saturation: 0.72, 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 #8FE8ED is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 232 | 237 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.07 |
| HSL | 183.19º | 0.72% | 0.75% | - |
| HSV(B) | 183.19º | 0.4% | 0.93% | - |
| XYZ | 55.47 | 69.67 | 90.64 | - |
| YUV | 205.96 | 145.51 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 232 | 237 | 0.40 | 0.02 | 0 | 0.07 | 183.19 | 0.72 | 0.75 |
| Hex | 8F | E8 | ED | 28 | 2 | 0 | 7 | B7 | 48 | 4B |
| Octal | 217 | 350 | 355 | 50 | 2 | 0 | 7 | 267 | 110 | 113 |
| Binary | 10001111 | 11101000 | 11101101 | 101000 | 10 | 0 | 111 | 10110111 | 1001000 | 1001011 |
Color Harmonies of #8FE8ED
Complementary color
Monochromatic Colors of #8FE8ED
Black with #8FE8ED
Text Example
Text Example
White with #8FE8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE8ED; }
p { color: rgb(143,232,237); }
H1.HeaderClassName
{
color: #8FE8ED;
}
.AnyTagClassName
{
color: #8FE8ED;
}
</style>
background-color css
<style>
a { background-color: #8FE8ED; }
a { background-color: rgb(143,232,237); }
div.DivClassName
{
background-color: #8FE8ED;
}
.BgClassName
{
background-color: #8FE8ED;
}
</style>
border-color css
<style>
span { border-color: #8FE8ED; }
span { border-color: rgb(143,232,237); }
td.TdClassName
{
border-color: #8FE8ED;
}
.TagClassName
{
border-color: #8FE8ED;
}
</style>