Shades of Blizzard Blue #9FDFEB
Tints of Blizzard Blue #9FDFEB
RGB
CMYK
RGB Variations
Color information
#9FDFEB (or 0x9FDFEB) is known color: Blizzard Blue. HEX triplet: 9F, DF and EB. RGB value is (159,223,235). Sum of RGB (Red+Green+Blue) = 159+223+235=617 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.77% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #9FDFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDFEB is #602014. Grayscale: #CDCDCD. Windows color (decimal): -6299669 or 15458207. OLE color: 15458207.
HSL color Cylindrical-coordinate representation of color #9FDFEB: hue angle of 189.47º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FDFEB is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 223 | 235 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.08 |
| HSL | 189.47º | 0.66% | 0.77% | - |
| HSV(B) | 189.47º | 0.32% | 0.92% | - |
| XYZ | 55.68 | 66.14 | 88.43 | - |
| YUV | 205.23 | 144.8 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 223 | 235 | 0.32 | 0.05 | 0 | 0.08 | 189.47 | 0.66 | 0.77 |
| Hex | 9F | DF | EB | 20 | 5 | 0 | 8 | BD | 42 | 4D |
| Octal | 237 | 337 | 353 | 40 | 5 | 0 | 10 | 275 | 102 | 115 |
| Binary | 10011111 | 11011111 | 11101011 | 100000 | 101 | 0 | 1000 | 10111101 | 1000010 | 1001101 |
Color Harmonies of #9FDFEB
Complementary color
Monochromatic Colors of #9FDFEB
Black with #9FDFEB
Text Example
Text Example
White with #9FDFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDFEB; }
p { color: rgb(159,223,235); }
H1.HeaderClassName
{
color: #9FDFEB;
}
.AnyTagClassName
{
color: #9FDFEB;
}
</style>
background-color css
<style>
a { background-color: #9FDFEB; }
a { background-color: rgb(159,223,235); }
div.DivClassName
{
background-color: #9FDFEB;
}
.BgClassName
{
background-color: #9FDFEB;
}
</style>
border-color css
<style>
span { border-color: #9FDFEB; }
span { border-color: rgb(159,223,235); }
td.TdClassName
{
border-color: #9FDFEB;
}
.TagClassName
{
border-color: #9FDFEB;
}
</style>