Shades of Blizzard Blue #95EBEF
Tints of Blizzard Blue #95EBEF
RGB
CMYK
RGB Variations
Color information
#95EBEF (or 0x95EBEF) is known color: Blizzard Blue. HEX triplet: 95, EB and EF. RGB value is (149,235,239). Sum of RGB (Red+Green+Blue) = 149+235+239=623 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.92% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #95EBEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95EBEF is #6A1410. Grayscale: #D1D1D1. Windows color (decimal): -6951953 or 15723413. OLE color: 15723413.
HSL color Cylindrical-coordinate representation of color #95EBEF: hue angle of 182.67º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95EBEF is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 235 | 239 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.06 |
| HSL | 182.67º | 0.74% | 0.76% | - |
| HSV(B) | 182.67º | 0.38% | 0.94% | - |
| XYZ | 57.68 | 72.04 | 92.53 | - |
| YUV | 209.74 | 144.51 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 235 | 239 | 0.38 | 0.02 | 0 | 0.06 | 182.67 | 0.74 | 0.76 |
| Hex | 95 | EB | EF | 26 | 2 | 0 | 6 | B7 | 4A | 4C |
| Octal | 225 | 353 | 357 | 46 | 2 | 0 | 6 | 267 | 112 | 114 |
| Binary | 10010101 | 11101011 | 11101111 | 100110 | 10 | 0 | 110 | 10110111 | 1001010 | 1001100 |
Color Harmonies of #95EBEF
Complementary color
Monochromatic Colors of #95EBEF
Black with #95EBEF
Text Example
Text Example
White with #95EBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EBEF; }
p { color: rgb(149,235,239); }
H1.HeaderClassName
{
color: #95EBEF;
}
.AnyTagClassName
{
color: #95EBEF;
}
</style>
background-color css
<style>
a { background-color: #95EBEF; }
a { background-color: rgb(149,235,239); }
div.DivClassName
{
background-color: #95EBEF;
}
.BgClassName
{
background-color: #95EBEF;
}
</style>
border-color css
<style>
span { border-color: #95EBEF; }
span { border-color: rgb(149,235,239); }
td.TdClassName
{
border-color: #95EBEF;
}
.TagClassName
{
border-color: #95EBEF;
}
</style>