Shades of Blizzard Blue #95F1F9
Tints of Blizzard Blue #95F1F9
RGB
CMYK
RGB Variations
Color information
#95F1F9 (or 0x95F1F9) is known color: Blizzard Blue. HEX triplet: 95, F1 and F9. RGB value is (149,241,249). Sum of RGB (Red+Green+Blue) = 149+241+249=639 (84% of max value = 765). Red value is 149 (58.59% from 255 or 23.32% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 249 (97.66% from 255 or 38.97% from 639); Max value from RGB is 249 - color contains mainly: blue. Hex color #95F1F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95F1F9 is #6A0E06. Grayscale: #D6D6D6. Windows color (decimal): -6950407 or 16380309. OLE color: 16380309.
HSL color Cylindrical-coordinate representation of color #95F1F9: hue angle of 184.8º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95F1F9 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 241 | 249 | - |
| CMYK | 0.40 | 0.03 | 0 | 0.02 |
| HSL | 184.8º | 0.89% | 0.78% | - |
| HSV(B) | 184.8º | 0.4% | 0.98% | - |
| XYZ | 60.95 | 76.14 | 101.11 | - |
| YUV | 214.4 | 147.52 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 241 | 249 | 0.40 | 0.03 | 0 | 0.02 | 184.8 | 0.89 | 0.78 |
| Hex | 95 | F1 | F9 | 28 | 3 | 0 | 2 | B9 | 59 | 4E |
| Octal | 225 | 361 | 371 | 50 | 3 | 0 | 2 | 271 | 131 | 116 |
| Binary | 10010101 | 11110001 | 11111001 | 101000 | 11 | 0 | 10 | 10111001 | 1011001 | 1001110 |
Color Harmonies of #95F1F9
Complementary color
Monochromatic Colors of #95F1F9
Black with #95F1F9
Text Example
Text Example
White with #95F1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F1F9; }
p { color: rgb(149,241,249); }
H1.HeaderClassName
{
color: #95F1F9;
}
.AnyTagClassName
{
color: #95F1F9;
}
</style>
background-color css
<style>
a { background-color: #95F1F9; }
a { background-color: rgb(149,241,249); }
div.DivClassName
{
background-color: #95F1F9;
}
.BgClassName
{
background-color: #95F1F9;
}
</style>
border-color css
<style>
span { border-color: #95F1F9; }
span { border-color: rgb(149,241,249); }
td.TdClassName
{
border-color: #95F1F9;
}
.TagClassName
{
border-color: #95F1F9;
}
</style>