Shades of Blizzard Blue #93F2EF
Tints of Blizzard Blue #93F2EF
RGB
CMYK
RGB Variations
Color information
#93F2EF (or 0x93F2EF) is known color: Blizzard Blue. HEX triplet: 93, F2 and EF. RGB value is (147,242,239). Sum of RGB (Red+Green+Blue) = 147+242+239=628 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.41% from 628); Green value is 242 (94.92% from 255 or 38.54% from 628); Blue value is 239 (93.75% from 255 or 38.06% from 628); Max value from RGB is 242 - color contains mainly: green. Hex color #93F2EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F2EF is #6C0D10. Grayscale: #D5D5D5. Windows color (decimal): -7081233 or 15725203. OLE color: 15725203.
HSL color Cylindrical-coordinate representation of color #93F2EF: hue angle of 178.11º 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 #93F2EF is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 242 | 239 | - |
| CMYK | 0.39 | 0 | 0.01 | 0.05 |
| HSL | 178.11º | 0.79% | 0.76% | - |
| HSV(B) | 178.11º | 0.39% | 0.95% | - |
| XYZ | 59.36 | 75.94 | 93.19 | - |
| YUV | 213.25 | 142.53 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 242 | 239 | 0.39 | 0 | 0.01 | 0.05 | 178.11 | 0.79 | 0.76 |
| Hex | 93 | F2 | EF | 27 | 0 | 1 | 5 | B2 | 4F | 4C |
| Octal | 223 | 362 | 357 | 47 | 0 | 1 | 5 | 262 | 117 | 114 |
| Binary | 10010011 | 11110010 | 11101111 | 100111 | 0 | 1 | 101 | 10110010 | 1001111 | 1001100 |
Color Harmonies of #93F2EF
Complementary color
Monochromatic Colors of #93F2EF
Black with #93F2EF
Text Example
Text Example
White with #93F2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F2EF; }
p { color: rgb(147,242,239); }
H1.HeaderClassName
{
color: #93F2EF;
}
.AnyTagClassName
{
color: #93F2EF;
}
</style>
background-color css
<style>
a { background-color: #93F2EF; }
a { background-color: rgb(147,242,239); }
div.DivClassName
{
background-color: #93F2EF;
}
.BgClassName
{
background-color: #93F2EF;
}
</style>
border-color css
<style>
span { border-color: #93F2EF; }
span { border-color: rgb(147,242,239); }
td.TdClassName
{
border-color: #93F2EF;
}
.TagClassName
{
border-color: #93F2EF;
}
</style>