Shades of Blizzard Blue #95F1EE
Tints of Blizzard Blue #95F1EE
RGB
CMYK
RGB Variations
Color information
#95F1EE (or 0x95F1EE) is known color: Blizzard Blue. HEX triplet: 95, F1 and EE. RGB value is (149,241,238). Sum of RGB (Red+Green+Blue) = 149+241+238=628 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.73% from 628); Green value is 241 (94.53% from 255 or 38.38% from 628); Blue value is 238 (93.36% from 255 or 37.90% from 628); Max value from RGB is 241 - color contains mainly: green. Hex color #95F1EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95F1EE is #6A0E11. Grayscale: #D5D5D5. Windows color (decimal): -6950418 or 15659413. OLE color: 15659413.
HSL color Cylindrical-coordinate representation of color #95F1EE: hue angle of 178.04º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95F1EE is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 241 | 238 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.05 |
| HSL | 178.04º | 0.77% | 0.76% | - |
| HSV(B) | 178.04º | 0.38% | 0.95% | - |
| XYZ | 59.28 | 75.47 | 92.33 | - |
| YUV | 213.15 | 142.02 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 241 | 238 | 0.38 | 0 | 0.01 | 0.05 | 178.04 | 0.77 | 0.76 |
| Hex | 95 | F1 | EE | 26 | 0 | 1 | 5 | B2 | 4D | 4C |
| Octal | 225 | 361 | 356 | 46 | 0 | 1 | 5 | 262 | 115 | 114 |
| Binary | 10010101 | 11110001 | 11101110 | 100110 | 0 | 1 | 101 | 10110010 | 1001101 | 1001100 |
Color Harmonies of #95F1EE
Complementary color
Monochromatic Colors of #95F1EE
Black with #95F1EE
Text Example
Text Example
White with #95F1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F1EE; }
p { color: rgb(149,241,238); }
H1.HeaderClassName
{
color: #95F1EE;
}
.AnyTagClassName
{
color: #95F1EE;
}
</style>
background-color css
<style>
a { background-color: #95F1EE; }
a { background-color: rgb(149,241,238); }
div.DivClassName
{
background-color: #95F1EE;
}
.BgClassName
{
background-color: #95F1EE;
}
</style>
border-color css
<style>
span { border-color: #95F1EE; }
span { border-color: rgb(149,241,238); }
td.TdClassName
{
border-color: #95F1EE;
}
.TagClassName
{
border-color: #95F1EE;
}
</style>