Shades of Blizzard Blue #93EFF3
Tints of Blizzard Blue #93EFF3
RGB
CMYK
RGB Variations
Color information
#93EFF3 (or 0x93EFF3) is known color: Blizzard Blue. HEX triplet: 93, EF and F3. RGB value is (147,239,243). Sum of RGB (Red+Green+Blue) = 147+239+243=629 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.37% from 629); Green value is 239 (93.75% from 255 or 38.00% from 629); Blue value is 243 (95.31% from 255 or 38.63% from 629); Max value from RGB is 243 - color contains mainly: blue. Hex color #93EFF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93EFF3 is #6C100C. Grayscale: #D3D3D3. Windows color (decimal): -7081997 or 15986579. OLE color: 15986579.
HSL color Cylindrical-coordinate representation of color #93EFF3: hue angle of 182.5º 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 #93EFF3 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 239 | 243 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.05 |
| HSL | 182.5º | 0.8% | 0.76% | - |
| HSV(B) | 182.5º | 0.4% | 0.95% | - |
| XYZ | 59.08 | 74.41 | 96.04 | - |
| YUV | 211.95 | 145.52 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 239 | 243 | 0.40 | 0.02 | 0 | 0.05 | 182.5 | 0.8 | 0.76 |
| Hex | 93 | EF | F3 | 28 | 2 | 0 | 5 | B6 | 50 | 4C |
| Octal | 223 | 357 | 363 | 50 | 2 | 0 | 5 | 266 | 120 | 114 |
| Binary | 10010011 | 11101111 | 11110011 | 101000 | 10 | 0 | 101 | 10110110 | 1010000 | 1001100 |
Color Harmonies of #93EFF3
Complementary color
Monochromatic Colors of #93EFF3
Black with #93EFF3
Text Example
Text Example
White with #93EFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EFF3; }
p { color: rgb(147,239,243); }
H1.HeaderClassName
{
color: #93EFF3;
}
.AnyTagClassName
{
color: #93EFF3;
}
</style>
background-color css
<style>
a { background-color: #93EFF3; }
a { background-color: rgb(147,239,243); }
div.DivClassName
{
background-color: #93EFF3;
}
.BgClassName
{
background-color: #93EFF3;
}
</style>
border-color css
<style>
span { border-color: #93EFF3; }
span { border-color: rgb(147,239,243); }
td.TdClassName
{
border-color: #93EFF3;
}
.TagClassName
{
border-color: #93EFF3;
}
</style>