Shades of Blizzard Blue #93EFF4
Tints of Blizzard Blue #93EFF4
RGB
CMYK
RGB Variations
Color information
#93EFF4 (or 0x93EFF4) is known color: Blizzard Blue. HEX triplet: 93, EF and F4. RGB value is (147,239,244). Sum of RGB (Red+Green+Blue) = 147+239+244=630 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.33% from 630); Green value is 239 (93.75% from 255 or 37.94% from 630); Blue value is 244 (95.70% from 255 or 38.73% from 630); Max value from RGB is 244 - color contains mainly: blue. Hex color #93EFF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93EFF4 is #6C100B. Grayscale: #D3D3D3. Windows color (decimal): -7081996 or 16052115. OLE color: 16052115.
HSL color Cylindrical-coordinate representation of color #93EFF4: hue angle of 183.09º degrees, saturation: 0.82, 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 #93EFF4 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 239 | 244 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.04 |
| HSL | 183.09º | 0.82% | 0.77% | - |
| HSV(B) | 183.09º | 0.4% | 0.96% | - |
| XYZ | 59.23 | 74.47 | 96.84 | - |
| YUV | 212.06 | 146.02 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 239 | 244 | 0.40 | 0.02 | 0 | 0.04 | 183.09 | 0.82 | 0.77 |
| Hex | 93 | EF | F4 | 28 | 2 | 0 | 4 | B7 | 52 | 4D |
| Octal | 223 | 357 | 364 | 50 | 2 | 0 | 4 | 267 | 122 | 115 |
| Binary | 10010011 | 11101111 | 11110100 | 101000 | 10 | 0 | 100 | 10110111 | 1010010 | 1001101 |
Color Harmonies of #93EFF4
Complementary color
Monochromatic Colors of #93EFF4
Black with #93EFF4
Text Example
Text Example
White with #93EFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EFF4; }
p { color: rgb(147,239,244); }
H1.HeaderClassName
{
color: #93EFF4;
}
.AnyTagClassName
{
color: #93EFF4;
}
</style>
background-color css
<style>
a { background-color: #93EFF4; }
a { background-color: rgb(147,239,244); }
div.DivClassName
{
background-color: #93EFF4;
}
.BgClassName
{
background-color: #93EFF4;
}
</style>
border-color css
<style>
span { border-color: #93EFF4; }
span { border-color: rgb(147,239,244); }
td.TdClassName
{
border-color: #93EFF4;
}
.TagClassName
{
border-color: #93EFF4;
}
</style>