Shades of Blizzard Blue #93EEF3
Tints of Blizzard Blue #93EEF3
RGB
CMYK
RGB Variations
Color information
#93EEF3 (or 0x93EEF3) is known color: Blizzard Blue. HEX triplet: 93, EE and F3. RGB value is (147,238,243). Sum of RGB (Red+Green+Blue) = 147+238+243=628 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.41% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 243 (95.31% from 255 or 38.69% from 628); Max value from RGB is 243 - color contains mainly: blue. Hex color #93EEF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93EEF3 is #6C110C. Grayscale: #D3D3D3. Windows color (decimal): -7082253 or 15986323. OLE color: 15986323.
HSL color Cylindrical-coordinate representation of color #93EEF3: hue angle of 183.12º 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 #93EEF3 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 238 | 243 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.05 |
| HSL | 183.13º | 0.8% | 0.76% | - |
| HSV(B) | 183.13º | 0.4% | 0.95% | - |
| XYZ | 58.78 | 73.82 | 95.95 | - |
| YUV | 211.36 | 145.85 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 238 | 243 | 0.40 | 0.02 | 0 | 0.05 | 183.13 | 0.8 | 0.76 |
| Hex | 93 | EE | F3 | 28 | 2 | 0 | 5 | B7 | 50 | 4C |
| Octal | 223 | 356 | 363 | 50 | 2 | 0 | 5 | 267 | 120 | 114 |
| Binary | 10010011 | 11101110 | 11110011 | 101000 | 10 | 0 | 101 | 10110111 | 1010000 | 1001100 |
Color Harmonies of #93EEF3
Complementary color
Monochromatic Colors of #93EEF3
Black with #93EEF3
Text Example
Text Example
White with #93EEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EEF3; }
p { color: rgb(147,238,243); }
H1.HeaderClassName
{
color: #93EEF3;
}
.AnyTagClassName
{
color: #93EEF3;
}
</style>
background-color css
<style>
a { background-color: #93EEF3; }
a { background-color: rgb(147,238,243); }
div.DivClassName
{
background-color: #93EEF3;
}
.BgClassName
{
background-color: #93EEF3;
}
</style>
border-color css
<style>
span { border-color: #93EEF3; }
span { border-color: rgb(147,238,243); }
td.TdClassName
{
border-color: #93EEF3;
}
.TagClassName
{
border-color: #93EEF3;
}
</style>