Shades of Blizzard Blue #8FDFED
Tints of Blizzard Blue #8FDFED
RGB
CMYK
RGB Variations
Color information
#8FDFED (or 0x8FDFED) is known color: Blizzard Blue. HEX triplet: 8F, DF and ED. RGB value is (143,223,237). Sum of RGB (Red+Green+Blue) = 143+223+237=603 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.71% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #8FDFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDFED is #702012. Grayscale: #C8C8C8. Windows color (decimal): -7348243 or 15589263. OLE color: 15589263.
HSL color Cylindrical-coordinate representation of color #8FDFED: hue angle of 188.94º 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 #8FDFED is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 223 | 237 | - |
| CMYK | 0.40 | 0.06 | 0 | 0.07 |
| HSL | 188.94º | 0.72% | 0.75% | - |
| HSV(B) | 188.94º | 0.4% | 0.93% | - |
| XYZ | 53 | 64.73 | 89.82 | - |
| YUV | 200.68 | 148.5 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 223 | 237 | 0.40 | 0.06 | 0 | 0.07 | 188.94 | 0.72 | 0.75 |
| Hex | 8F | DF | ED | 28 | 6 | 0 | 7 | BD | 48 | 4B |
| Octal | 217 | 337 | 355 | 50 | 6 | 0 | 7 | 275 | 110 | 113 |
| Binary | 10001111 | 11011111 | 11101101 | 101000 | 110 | 0 | 111 | 10111101 | 1001000 | 1001011 |
Color Harmonies of #8FDFED
Complementary color
Monochromatic Colors of #8FDFED
Black with #8FDFED
Text Example
Text Example
White with #8FDFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDFED; }
p { color: rgb(143,223,237); }
H1.HeaderClassName
{
color: #8FDFED;
}
.AnyTagClassName
{
color: #8FDFED;
}
</style>
background-color css
<style>
a { background-color: #8FDFED; }
a { background-color: rgb(143,223,237); }
div.DivClassName
{
background-color: #8FDFED;
}
.BgClassName
{
background-color: #8FDFED;
}
</style>
border-color css
<style>
span { border-color: #8FDFED; }
span { border-color: rgb(143,223,237); }
td.TdClassName
{
border-color: #8FDFED;
}
.TagClassName
{
border-color: #8FDFED;
}
</style>