Shades of Blizzard Blue #93EDF3
Tints of Blizzard Blue #93EDF3
RGB
CMYK
RGB Variations
Color information
#93EDF3 (or 0x93EDF3) is known color: Blizzard Blue. HEX triplet: 93, ED and F3. RGB value is (147,237,243). Sum of RGB (Red+Green+Blue) = 147+237+243=627 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.44% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 243 (95.31% from 255 or 38.76% from 627); Max value from RGB is 243 - color contains mainly: blue. Hex color #93EDF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93EDF3 is #6C120C. Grayscale: #D2D2D2. Windows color (decimal): -7082509 or 15986067. OLE color: 15986067.
HSL color Cylindrical-coordinate representation of color #93EDF3: hue angle of 183.75º 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 #93EDF3 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 237 | 243 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.05 |
| HSL | 183.75º | 0.8% | 0.76% | - |
| HSV(B) | 183.75º | 0.4% | 0.95% | - |
| XYZ | 58.49 | 73.24 | 95.85 | - |
| YUV | 210.77 | 146.18 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 237 | 243 | 0.40 | 0.02 | 0 | 0.05 | 183.75 | 0.8 | 0.76 |
| Hex | 93 | ED | F3 | 28 | 2 | 0 | 5 | B8 | 50 | 4C |
| Octal | 223 | 355 | 363 | 50 | 2 | 0 | 5 | 270 | 120 | 114 |
| Binary | 10010011 | 11101101 | 11110011 | 101000 | 10 | 0 | 101 | 10111000 | 1010000 | 1001100 |
Color Harmonies of #93EDF3
Complementary color
Monochromatic Colors of #93EDF3
Black with #93EDF3
Text Example
Text Example
White with #93EDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EDF3; }
p { color: rgb(147,237,243); }
H1.HeaderClassName
{
color: #93EDF3;
}
.AnyTagClassName
{
color: #93EDF3;
}
</style>
background-color css
<style>
a { background-color: #93EDF3; }
a { background-color: rgb(147,237,243); }
div.DivClassName
{
background-color: #93EDF3;
}
.BgClassName
{
background-color: #93EDF3;
}
</style>
border-color css
<style>
span { border-color: #93EDF3; }
span { border-color: rgb(147,237,243); }
td.TdClassName
{
border-color: #93EDF3;
}
.TagClassName
{
border-color: #93EDF3;
}
</style>