Shades of Blizzard Blue #9FDFED
Tints of Blizzard Blue #9FDFED
RGB
CMYK
RGB Variations
Color information
#9FDFED (or 0x9FDFED) is known color: Blizzard Blue. HEX triplet: 9F, DF and ED. RGB value is (159,223,237). Sum of RGB (Red+Green+Blue) = 159+223+237=619 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.69% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #9FDFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDFED is #602012. Grayscale: #CDCDCD. Windows color (decimal): -6299667 or 15589279. OLE color: 15589279.
HSL color Cylindrical-coordinate representation of color #9FDFED: hue angle of 190.77º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FDFED is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 223 | 237 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.07 |
| HSL | 190.77º | 0.68% | 0.78% | - |
| HSV(B) | 190.77º | 0.33% | 0.93% | - |
| XYZ | 55.97 | 66.26 | 89.96 | - |
| YUV | 205.46 | 145.8 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 223 | 237 | 0.33 | 0.06 | 0 | 0.07 | 190.77 | 0.68 | 0.78 |
| Hex | 9F | DF | ED | 21 | 6 | 0 | 7 | BF | 44 | 4E |
| Octal | 237 | 337 | 355 | 41 | 6 | 0 | 7 | 277 | 104 | 116 |
| Binary | 10011111 | 11011111 | 11101101 | 100001 | 110 | 0 | 111 | 10111111 | 1000100 | 1001110 |
Color Harmonies of #9FDFED
Complementary color
Monochromatic Colors of #9FDFED
Black with #9FDFED
Text Example
Text Example
White with #9FDFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDFED; }
p { color: rgb(159,223,237); }
H1.HeaderClassName
{
color: #9FDFED;
}
.AnyTagClassName
{
color: #9FDFED;
}
</style>
background-color css
<style>
a { background-color: #9FDFED; }
a { background-color: rgb(159,223,237); }
div.DivClassName
{
background-color: #9FDFED;
}
.BgClassName
{
background-color: #9FDFED;
}
</style>
border-color css
<style>
span { border-color: #9FDFED; }
span { border-color: rgb(159,223,237); }
td.TdClassName
{
border-color: #9FDFED;
}
.TagClassName
{
border-color: #9FDFED;
}
</style>