Shades of Blizzard Blue #93EEF2
Tints of Blizzard Blue #93EEF2
RGB
CMYK
RGB Variations
Color information
#93EEF2 (or 0x93EEF2) is known color: Blizzard Blue. HEX triplet: 93, EE and F2. RGB value is (147,238,242). Sum of RGB (Red+Green+Blue) = 147+238+242=627 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.44% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 242 (94.92% from 255 or 38.60% from 627); Max value from RGB is 242 - color contains mainly: blue. Hex color #93EEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93EEF2 is #6C110D. Grayscale: #D3D3D3. Windows color (decimal): -7082254 or 15920787. OLE color: 15920787.
HSL color Cylindrical-coordinate representation of color #93EEF2: hue angle of 182.53º degrees, saturation: 0.79, 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 #93EEF2 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 238 | 242 | - |
| CMYK | 0.39 | 0.02 | 0 | 0.05 |
| HSL | 182.53º | 0.79% | 0.76% | - |
| HSV(B) | 182.53º | 0.39% | 0.95% | - |
| XYZ | 58.63 | 73.76 | 95.15 | - |
| YUV | 211.25 | 145.35 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 238 | 242 | 0.39 | 0.02 | 0 | 0.05 | 182.53 | 0.79 | 0.76 |
| Hex | 93 | EE | F2 | 27 | 2 | 0 | 5 | B7 | 4F | 4C |
| Octal | 223 | 356 | 362 | 47 | 2 | 0 | 5 | 267 | 117 | 114 |
| Binary | 10010011 | 11101110 | 11110010 | 100111 | 10 | 0 | 101 | 10110111 | 1001111 | 1001100 |
Color Harmonies of #93EEF2
Complementary color
Monochromatic Colors of #93EEF2
Black with #93EEF2
Text Example
Text Example
White with #93EEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EEF2; }
p { color: rgb(147,238,242); }
H1.HeaderClassName
{
color: #93EEF2;
}
.AnyTagClassName
{
color: #93EEF2;
}
</style>
background-color css
<style>
a { background-color: #93EEF2; }
a { background-color: rgb(147,238,242); }
div.DivClassName
{
background-color: #93EEF2;
}
.BgClassName
{
background-color: #93EEF2;
}
</style>
border-color css
<style>
span { border-color: #93EEF2; }
span { border-color: rgb(147,238,242); }
td.TdClassName
{
border-color: #93EEF2;
}
.TagClassName
{
border-color: #93EEF2;
}
</style>