Shades of Blizzard Blue #8FEFE6
Tints of Blizzard Blue #8FEFE6
RGB
CMYK
RGB Variations
Color information
#8FEFE6 (or 0x8FEFE6) is known color: Blizzard Blue. HEX triplet: 8F, EF and E6. RGB value is (143,239,230). Sum of RGB (Red+Green+Blue) = 143+239+230=612 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.37% from 612); Green value is 239 (93.75% from 255 or 39.05% from 612); Blue value is 230 (90.23% from 255 or 37.58% from 612); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEFE6 is #701019. Grayscale: #D1D1D1. Windows color (decimal): -7344154 or 15134607. OLE color: 15134607.
HSL color Cylindrical-coordinate representation of color #8FEFE6: hue angle of 174.38º 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 #8FEFE6 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 239 | 230 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.06 |
| HSL | 174.38º | 0.75% | 0.75% | - |
| HSV(B) | 174.38º | 0.4% | 0.94% | - |
| XYZ | 56.48 | 73.29 | 86.03 | - |
| YUV | 209.27 | 139.7 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 239 | 230 | 0.40 | 0 | 0.04 | 0.06 | 174.38 | 0.75 | 0.75 |
| Hex | 8F | EF | E6 | 28 | 0 | 4 | 6 | AE | 4B | 4B |
| Octal | 217 | 357 | 346 | 50 | 0 | 4 | 6 | 256 | 113 | 113 |
| Binary | 10001111 | 11101111 | 11100110 | 101000 | 0 | 100 | 110 | 10101110 | 1001011 | 1001011 |
Color Harmonies of #8FEFE6
Complementary color
Monochromatic Colors of #8FEFE6
Black with #8FEFE6
Text Example
Text Example
White with #8FEFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEFE6; }
p { color: rgb(143,239,230); }
H1.HeaderClassName
{
color: #8FEFE6;
}
.AnyTagClassName
{
color: #8FEFE6;
}
</style>
background-color css
<style>
a { background-color: #8FEFE6; }
a { background-color: rgb(143,239,230); }
div.DivClassName
{
background-color: #8FEFE6;
}
.BgClassName
{
background-color: #8FEFE6;
}
</style>
border-color css
<style>
span { border-color: #8FEFE6; }
span { border-color: rgb(143,239,230); }
td.TdClassName
{
border-color: #8FEFE6;
}
.TagClassName
{
border-color: #8FEFE6;
}
</style>