Shades of Blizzard Blue #8FDFEB
Tints of Blizzard Blue #8FDFEB
RGB
CMYK
RGB Variations
Color information
#8FDFEB (or 0x8FDFEB) is known color: Blizzard Blue. HEX triplet: 8F, DF and EB. RGB value is (143,223,235). Sum of RGB (Red+Green+Blue) = 143+223+235=601 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.79% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #8FDFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDFEB is #702014. Grayscale: #C8C8C8. Windows color (decimal): -7348245 or 15458191. OLE color: 15458191.
HSL color Cylindrical-coordinate representation of color #8FDFEB: hue angle of 187.83º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FDFEB is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 223 | 235 | - |
| CMYK | 0.39 | 0.05 | 0 | 0.08 |
| HSL | 187.83º | 0.7% | 0.74% | - |
| HSV(B) | 187.83º | 0.39% | 0.92% | - |
| XYZ | 52.71 | 64.61 | 88.29 | - |
| YUV | 200.45 | 147.5 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 223 | 235 | 0.39 | 0.05 | 0 | 0.08 | 187.83 | 0.7 | 0.74 |
| Hex | 8F | DF | EB | 27 | 5 | 0 | 8 | BC | 46 | 4A |
| Octal | 217 | 337 | 353 | 47 | 5 | 0 | 10 | 274 | 106 | 112 |
| Binary | 10001111 | 11011111 | 11101011 | 100111 | 101 | 0 | 1000 | 10111100 | 1000110 | 1001010 |
Color Harmonies of #8FDFEB
Complementary color
Monochromatic Colors of #8FDFEB
Black with #8FDFEB
Text Example
Text Example
White with #8FDFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDFEB; }
p { color: rgb(143,223,235); }
H1.HeaderClassName
{
color: #8FDFEB;
}
.AnyTagClassName
{
color: #8FDFEB;
}
</style>
background-color css
<style>
a { background-color: #8FDFEB; }
a { background-color: rgb(143,223,235); }
div.DivClassName
{
background-color: #8FDFEB;
}
.BgClassName
{
background-color: #8FDFEB;
}
</style>
border-color css
<style>
span { border-color: #8FDFEB; }
span { border-color: rgb(143,223,235); }
td.TdClassName
{
border-color: #8FDFEB;
}
.TagClassName
{
border-color: #8FDFEB;
}
</style>