Shades of Blizzard Blue #94F3F6
Tints of Blizzard Blue #94F3F6
RGB
CMYK
RGB Variations
Color information
#94F3F6 (or 0x94F3F6) is known color: Blizzard Blue. HEX triplet: 94, F3 and F6. RGB value is (148,243,246). Sum of RGB (Red+Green+Blue) = 148+243+246=637 (84% of max value = 765). Red value is 148 (58.20% from 255 or 23.23% from 637); Green value is 243 (95.31% from 255 or 38.15% from 637); Blue value is 246 (96.48% from 255 or 38.62% from 637); Max value from RGB is 246 - color contains mainly: blue. Hex color #94F3F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F3F6 is #6B0C09. Grayscale: #D6D6D6. Windows color (decimal): -7015434 or 16184212. OLE color: 16184212.
HSL color Cylindrical-coordinate representation of color #94F3F6: hue angle of 181.84º degrees, saturation: 0.84, 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 #94F3F6 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 243 | 246 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.04 |
| HSL | 181.84º | 0.84% | 0.77% | - |
| HSV(B) | 181.84º | 0.4% | 0.96% | - |
| XYZ | 60.9 | 77.05 | 98.85 | - |
| YUV | 214.94 | 145.53 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 243 | 246 | 0.40 | 0.01 | 0 | 0.04 | 181.84 | 0.84 | 0.77 |
| Hex | 94 | F3 | F6 | 28 | 1 | 0 | 4 | B6 | 54 | 4D |
| Octal | 224 | 363 | 366 | 50 | 1 | 0 | 4 | 266 | 124 | 115 |
| Binary | 10010100 | 11110011 | 11110110 | 101000 | 1 | 0 | 100 | 10110110 | 1010100 | 1001101 |
Color Harmonies of #94F3F6
Complementary color
Monochromatic Colors of #94F3F6
Black with #94F3F6
Text Example
Text Example
White with #94F3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F3F6; }
p { color: rgb(148,243,246); }
H1.HeaderClassName
{
color: #94F3F6;
}
.AnyTagClassName
{
color: #94F3F6;
}
</style>
background-color css
<style>
a { background-color: #94F3F6; }
a { background-color: rgb(148,243,246); }
div.DivClassName
{
background-color: #94F3F6;
}
.BgClassName
{
background-color: #94F3F6;
}
</style>
border-color css
<style>
span { border-color: #94F3F6; }
span { border-color: rgb(148,243,246); }
td.TdClassName
{
border-color: #94F3F6;
}
.TagClassName
{
border-color: #94F3F6;
}
</style>