Shades of Blizzard Blue #93EFF6
Tints of Blizzard Blue #93EFF6
RGB
CMYK
RGB Variations
Color information
#93EFF6 (or 0x93EFF6) is known color: Blizzard Blue. HEX triplet: 93, EF and F6. RGB value is (147,239,246). Sum of RGB (Red+Green+Blue) = 147+239+246=632 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.26% from 632); Green value is 239 (93.75% from 255 or 37.82% from 632); Blue value is 246 (96.48% from 255 or 38.92% from 632); Max value from RGB is 246 - color contains mainly: blue. Hex color #93EFF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93EFF6 is #6C1009. Grayscale: #D4D4D4. Windows color (decimal): -7081994 or 16183187. OLE color: 16183187.
HSL color Cylindrical-coordinate representation of color #93EFF6: hue angle of 184.24º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93EFF6 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 239 | 246 | - |
| CMYK | 0.40 | 0.03 | 0 | 0.04 |
| HSL | 184.24º | 0.85% | 0.77% | - |
| HSV(B) | 184.24º | 0.4% | 0.96% | - |
| XYZ | 59.53 | 74.59 | 98.45 | - |
| YUV | 212.29 | 147.02 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 239 | 246 | 0.40 | 0.03 | 0 | 0.04 | 184.24 | 0.85 | 0.77 |
| Hex | 93 | EF | F6 | 28 | 3 | 0 | 4 | B8 | 55 | 4D |
| Octal | 223 | 357 | 366 | 50 | 3 | 0 | 4 | 270 | 125 | 115 |
| Binary | 10010011 | 11101111 | 11110110 | 101000 | 11 | 0 | 100 | 10111000 | 1010101 | 1001101 |
Color Harmonies of #93EFF6
Complementary color
Monochromatic Colors of #93EFF6
Black with #93EFF6
Text Example
Text Example
White with #93EFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EFF6; }
p { color: rgb(147,239,246); }
H1.HeaderClassName
{
color: #93EFF6;
}
.AnyTagClassName
{
color: #93EFF6;
}
</style>
background-color css
<style>
a { background-color: #93EFF6; }
a { background-color: rgb(147,239,246); }
div.DivClassName
{
background-color: #93EFF6;
}
.BgClassName
{
background-color: #93EFF6;
}
</style>
border-color css
<style>
span { border-color: #93EFF6; }
span { border-color: rgb(147,239,246); }
td.TdClassName
{
border-color: #93EFF6;
}
.TagClassName
{
border-color: #93EFF6;
}
</style>