Shades of Blizzard Blue #99ECF3
Tints of Blizzard Blue #99ECF3
RGB
CMYK
RGB Variations
Color information
#99ECF3 (or 0x99ECF3) is known color: Blizzard Blue. HEX triplet: 99, EC and F3. RGB value is (153,236,243). Sum of RGB (Red+Green+Blue) = 153+236+243=632 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.21% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 243 (95.31% from 255 or 38.45% from 632); Max value from RGB is 243 - color contains mainly: blue. Hex color #99ECF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99ECF3 is #66130C. Grayscale: #D3D3D3. Windows color (decimal): -6689549 or 15985817. OLE color: 15985817.
HSL color Cylindrical-coordinate representation of color #99ECF3: hue angle of 184.67º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99ECF3 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 236 | 243 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.05 |
| HSL | 184.67º | 0.79% | 0.78% | - |
| HSV(B) | 184.67º | 0.37% | 0.95% | - |
| XYZ | 59.31 | 73.23 | 95.8 | - |
| YUV | 211.98 | 145.5 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 236 | 243 | 0.37 | 0.03 | 0 | 0.05 | 184.67 | 0.79 | 0.78 |
| Hex | 99 | EC | F3 | 25 | 3 | 0 | 5 | B9 | 4F | 4E |
| Octal | 231 | 354 | 363 | 45 | 3 | 0 | 5 | 271 | 117 | 116 |
| Binary | 10011001 | 11101100 | 11110011 | 100101 | 11 | 0 | 101 | 10111001 | 1001111 | 1001110 |
Color Harmonies of #99ECF3
Complementary color
Monochromatic Colors of #99ECF3
Black with #99ECF3
Text Example
Text Example
White with #99ECF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ECF3; }
p { color: rgb(153,236,243); }
H1.HeaderClassName
{
color: #99ECF3;
}
.AnyTagClassName
{
color: #99ECF3;
}
</style>
background-color css
<style>
a { background-color: #99ECF3; }
a { background-color: rgb(153,236,243); }
div.DivClassName
{
background-color: #99ECF3;
}
.BgClassName
{
background-color: #99ECF3;
}
</style>
border-color css
<style>
span { border-color: #99ECF3; }
span { border-color: rgb(153,236,243); }
td.TdClassName
{
border-color: #99ECF3;
}
.TagClassName
{
border-color: #99ECF3;
}
</style>