Shades of Blizzard Blue #91EFE8
Tints of Blizzard Blue #91EFE8
RGB
CMYK
RGB Variations
Color information
#91EFE8 (or 0x91EFE8) is known color: Blizzard Blue. HEX triplet: 91, EF and E8. RGB value is (145,239,232). Sum of RGB (Red+Green+Blue) = 145+239+232=616 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.54% from 616); Green value is 239 (93.75% from 255 or 38.80% from 616); Blue value is 232 (91.02% from 255 or 37.66% from 616); Max value from RGB is 239 - color contains mainly: green. Hex color #91EFE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91EFE8 is #6E1017. Grayscale: #D2D2D2. Windows color (decimal): -7213080 or 15265681. OLE color: 15265681.
HSL color Cylindrical-coordinate representation of color #91EFE8: hue angle of 175.53º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91EFE8 is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 239 | 232 | - |
| CMYK | 0.39 | 0 | 0.03 | 0.06 |
| HSL | 175.53º | 0.75% | 0.75% | - |
| HSV(B) | 175.53º | 0.39% | 0.94% | - |
| XYZ | 57.11 | 73.58 | 87.54 | - |
| YUV | 210.1 | 140.36 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 239 | 232 | 0.39 | 0 | 0.03 | 0.06 | 175.53 | 0.75 | 0.75 |
| Hex | 91 | EF | E8 | 27 | 0 | 3 | 6 | B0 | 4B | 4B |
| Octal | 221 | 357 | 350 | 47 | 0 | 3 | 6 | 260 | 113 | 113 |
| Binary | 10010001 | 11101111 | 11101000 | 100111 | 0 | 11 | 110 | 10110000 | 1001011 | 1001011 |
Color Harmonies of #91EFE8
Complementary color
Monochromatic Colors of #91EFE8
Black with #91EFE8
Text Example
Text Example
White with #91EFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91EFE8; }
p { color: rgb(145,239,232); }
H1.HeaderClassName
{
color: #91EFE8;
}
.AnyTagClassName
{
color: #91EFE8;
}
</style>
background-color css
<style>
a { background-color: #91EFE8; }
a { background-color: rgb(145,239,232); }
div.DivClassName
{
background-color: #91EFE8;
}
.BgClassName
{
background-color: #91EFE8;
}
</style>
border-color css
<style>
span { border-color: #91EFE8; }
span { border-color: rgb(145,239,232); }
td.TdClassName
{
border-color: #91EFE8;
}
.TagClassName
{
border-color: #91EFE8;
}
</style>