Shades of Blizzard Blue #93E0F1
Tints of Blizzard Blue #93E0F1
RGB
CMYK
RGB Variations
Color information
#93E0F1 (or 0x93E0F1) is known color: Blizzard Blue. HEX triplet: 93, E0 and F1. RGB value is (147,224,241). Sum of RGB (Red+Green+Blue) = 147+224+241=612 (81% of max value = 765). Red value is 147 (57.81% from 255 or 24.02% from 612); Green value is 224 (87.89% from 255 or 36.60% from 612); Blue value is 241 (94.53% from 255 or 39.38% from 612); Max value from RGB is 241 - color contains mainly: blue. Hex color #93E0F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93E0F1 is #6C1F0E. Grayscale: #CACACA. Windows color (decimal): -7085839 or 15851667. OLE color: 15851667.
HSL color Cylindrical-coordinate representation of color #93E0F1: hue angle of 190.85º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93E0F1 is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 224 | 241 | - |
| CMYK | 0.39 | 0.07 | 0 | 0.05 |
| HSL | 190.85º | 0.77% | 0.76% | - |
| HSV(B) | 190.85º | 0.39% | 0.95% | - |
| XYZ | 54.57 | 65.87 | 93.06 | - |
| YUV | 202.92 | 149.49 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 224 | 241 | 0.39 | 0.07 | 0 | 0.05 | 190.85 | 0.77 | 0.76 |
| Hex | 93 | E0 | F1 | 27 | 7 | 0 | 5 | BF | 4D | 4C |
| Octal | 223 | 340 | 361 | 47 | 7 | 0 | 5 | 277 | 115 | 114 |
| Binary | 10010011 | 11100000 | 11110001 | 100111 | 111 | 0 | 101 | 10111111 | 1001101 | 1001100 |
Color Harmonies of #93E0F1
Complementary color
Monochromatic Colors of #93E0F1
Black with #93E0F1
Text Example
Text Example
White with #93E0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E0F1; }
p { color: rgb(147,224,241); }
H1.HeaderClassName
{
color: #93E0F1;
}
.AnyTagClassName
{
color: #93E0F1;
}
</style>
background-color css
<style>
a { background-color: #93E0F1; }
a { background-color: rgb(147,224,241); }
div.DivClassName
{
background-color: #93E0F1;
}
.BgClassName
{
background-color: #93E0F1;
}
</style>
border-color css
<style>
span { border-color: #93E0F1; }
span { border-color: rgb(147,224,241); }
td.TdClassName
{
border-color: #93E0F1;
}
.TagClassName
{
border-color: #93E0F1;
}
</style>