Shades of Blizzard Blue #93F1F1
Tints of Blizzard Blue #93F1F1
RGB
CMYK
RGB Variations
Color information
#93F1F1 (or 0x93F1F1) is known color: Blizzard Blue. HEX triplet: 93, F1 and F1. RGB value is (147,241,241). Sum of RGB (Red+Green+Blue) = 147+241+241=629 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.37% from 629); Green value is 241 (94.53% from 255 or 38.31% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 241 - color contains mainly: green, blue. Hex color #93F1F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F1F1 is #6C0E0E. Grayscale: #D4D4D4. Windows color (decimal): -7081487 or 15856019. OLE color: 15856019.
HSL color Cylindrical-coordinate representation of color #93F1F1: hue angle of 180º degrees, saturation: 0.77, 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 #93F1F1 is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 241 | 241 | - |
| CMYK | 0.39 | 0 | 0 | 0.05 |
| HSL | 180º | 0.77% | 0.76% | - |
| HSV(B) | 180º | 0.39% | 0.95% | - |
| XYZ | 59.37 | 75.46 | 94.66 | - |
| YUV | 212.89 | 143.86 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 241 | 241 | 0.39 | 0 | 0 | 0.05 | 180 | 0.77 | 0.76 |
| Hex | 93 | F1 | F1 | 27 | 0 | 0 | 5 | B4 | 4D | 4C |
| Octal | 223 | 361 | 361 | 47 | 0 | 0 | 5 | 264 | 115 | 114 |
| Binary | 10010011 | 11110001 | 11110001 | 100111 | 0 | 0 | 101 | 10110100 | 1001101 | 1001100 |
Color Harmonies of #93F1F1
Complementary color
Monochromatic Colors of #93F1F1
Black with #93F1F1
Text Example
Text Example
White with #93F1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F1F1; }
p { color: rgb(147,241,241); }
H1.HeaderClassName
{
color: #93F1F1;
}
.AnyTagClassName
{
color: #93F1F1;
}
</style>
background-color css
<style>
a { background-color: #93F1F1; }
a { background-color: rgb(147,241,241); }
div.DivClassName
{
background-color: #93F1F1;
}
.BgClassName
{
background-color: #93F1F1;
}
</style>
border-color css
<style>
span { border-color: #93F1F1; }
span { border-color: rgb(147,241,241); }
td.TdClassName
{
border-color: #93F1F1;
}
.TagClassName
{
border-color: #93F1F1;
}
</style>