Shades of Blizzard Blue #95EDFB
Tints of Blizzard Blue #95EDFB
RGB
CMYK
RGB Variations
Color information
#95EDFB (or 0x95EDFB) is known color: Blizzard Blue. HEX triplet: 95, ED and FB. RGB value is (149,237,251). Sum of RGB (Red+Green+Blue) = 149+237+251=637 (84% of max value = 765). Red value is 149 (58.59% from 255 or 23.39% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 251 - color contains mainly: blue. Hex color #95EDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95EDFB is #6A1204. Grayscale: #D4D4D4. Windows color (decimal): -6951429 or 16510357. OLE color: 16510357.
HSL color Cylindrical-coordinate representation of color #95EDFB: hue angle of 188.24º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95EDFB is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 237 | 251 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.02 |
| HSL | 188.24º | 0.93% | 0.78% | - |
| HSV(B) | 188.24º | 0.41% | 0.98% | - |
| XYZ | 60.09 | 73.92 | 102.37 | - |
| YUV | 212.28 | 149.85 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 237 | 251 | 0.41 | 0.06 | 0 | 0.02 | 188.24 | 0.93 | 0.78 |
| Hex | 95 | ED | FB | 29 | 6 | 0 | 2 | BC | 5D | 4E |
| Octal | 225 | 355 | 373 | 51 | 6 | 0 | 2 | 274 | 135 | 116 |
| Binary | 10010101 | 11101101 | 11111011 | 101001 | 110 | 0 | 10 | 10111100 | 1011101 | 1001110 |
Color Harmonies of #95EDFB
Complementary color
Monochromatic Colors of #95EDFB
Black with #95EDFB
Text Example
Text Example
White with #95EDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EDFB; }
p { color: rgb(149,237,251); }
H1.HeaderClassName
{
color: #95EDFB;
}
.AnyTagClassName
{
color: #95EDFB;
}
</style>
background-color css
<style>
a { background-color: #95EDFB; }
a { background-color: rgb(149,237,251); }
div.DivClassName
{
background-color: #95EDFB;
}
.BgClassName
{
background-color: #95EDFB;
}
</style>
border-color css
<style>
span { border-color: #95EDFB; }
span { border-color: rgb(149,237,251); }
td.TdClassName
{
border-color: #95EDFB;
}
.TagClassName
{
border-color: #95EDFB;
}
</style>