Shades of Blizzard Blue #93EDF2
Tints of Blizzard Blue #93EDF2
RGB
CMYK
RGB Variations
Color information
#93EDF2 (or 0x93EDF2) is known color: Blizzard Blue. HEX triplet: 93, ED and F2. RGB value is (147,237,242). Sum of RGB (Red+Green+Blue) = 147+237+242=626 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.48% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 242 (94.92% from 255 or 38.66% from 626); Max value from RGB is 242 - color contains mainly: blue. Hex color #93EDF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93EDF2 is #6C120D. Grayscale: #D2D2D2. Windows color (decimal): -7082510 or 15920531. OLE color: 15920531.
HSL color Cylindrical-coordinate representation of color #93EDF2: hue angle of 183.16º 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 #93EDF2 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 237 | 242 | - |
| CMYK | 0.39 | 0.02 | 0 | 0.05 |
| HSL | 183.16º | 0.79% | 0.76% | - |
| HSV(B) | 183.16º | 0.39% | 0.95% | - |
| XYZ | 58.34 | 73.18 | 95.05 | - |
| YUV | 210.66 | 145.68 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 237 | 242 | 0.39 | 0.02 | 0 | 0.05 | 183.16 | 0.79 | 0.76 |
| Hex | 93 | ED | F2 | 27 | 2 | 0 | 5 | B7 | 4F | 4C |
| Octal | 223 | 355 | 362 | 47 | 2 | 0 | 5 | 267 | 117 | 114 |
| Binary | 10010011 | 11101101 | 11110010 | 100111 | 10 | 0 | 101 | 10110111 | 1001111 | 1001100 |
Color Harmonies of #93EDF2
Complementary color
Monochromatic Colors of #93EDF2
Black with #93EDF2
Text Example
Text Example
White with #93EDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EDF2; }
p { color: rgb(147,237,242); }
H1.HeaderClassName
{
color: #93EDF2;
}
.AnyTagClassName
{
color: #93EDF2;
}
</style>
background-color css
<style>
a { background-color: #93EDF2; }
a { background-color: rgb(147,237,242); }
div.DivClassName
{
background-color: #93EDF2;
}
.BgClassName
{
background-color: #93EDF2;
}
</style>
border-color css
<style>
span { border-color: #93EDF2; }
span { border-color: rgb(147,237,242); }
td.TdClassName
{
border-color: #93EDF2;
}
.TagClassName
{
border-color: #93EDF2;
}
</style>