Shades of Blizzard Blue #91E3F3
Tints of Blizzard Blue #91E3F3
RGB
CMYK
RGB Variations
Color information
#91E3F3 (or 0x91E3F3) is known color: Blizzard Blue. HEX triplet: 91, E3 and F3. RGB value is (145,227,243). Sum of RGB (Red+Green+Blue) = 145+227+243=615 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.58% from 615); Green value is 227 (89.06% from 255 or 36.91% from 615); Blue value is 243 (95.31% from 255 or 39.51% from 615); Max value from RGB is 243 - color contains mainly: blue. Hex color #91E3F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91E3F3 is #6E1C0C. Grayscale: #CCCCCC. Windows color (decimal): -7216141 or 15983505. OLE color: 15983505.
HSL color Cylindrical-coordinate representation of color #91E3F3: hue angle of 189.8º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91E3F3 is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 227 | 243 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.05 |
| HSL | 189.8º | 0.8% | 0.76% | - |
| HSV(B) | 189.8º | 0.4% | 0.95% | - |
| XYZ | 55.32 | 67.43 | 94.89 | - |
| YUV | 204.31 | 149.83 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 227 | 243 | 0.40 | 0.07 | 0 | 0.05 | 189.8 | 0.8 | 0.76 |
| Hex | 91 | E3 | F3 | 28 | 7 | 0 | 5 | BE | 50 | 4C |
| Octal | 221 | 343 | 363 | 50 | 7 | 0 | 5 | 276 | 120 | 114 |
| Binary | 10010001 | 11100011 | 11110011 | 101000 | 111 | 0 | 101 | 10111110 | 1010000 | 1001100 |
Color Harmonies of #91E3F3
Complementary color
Monochromatic Colors of #91E3F3
Black with #91E3F3
Text Example
Text Example
White with #91E3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91E3F3; }
p { color: rgb(145,227,243); }
H1.HeaderClassName
{
color: #91E3F3;
}
.AnyTagClassName
{
color: #91E3F3;
}
</style>
background-color css
<style>
a { background-color: #91E3F3; }
a { background-color: rgb(145,227,243); }
div.DivClassName
{
background-color: #91E3F3;
}
.BgClassName
{
background-color: #91E3F3;
}
</style>
border-color css
<style>
span { border-color: #91E3F3; }
span { border-color: rgb(145,227,243); }
td.TdClassName
{
border-color: #91E3F3;
}
.TagClassName
{
border-color: #91E3F3;
}
</style>