Shades of Blizzard Blue #94EEF6
Tints of Blizzard Blue #94EEF6
RGB
CMYK
RGB Variations
Color information
#94EEF6 (or 0x94EEF6) is known color: Blizzard Blue. HEX triplet: 94, EE and F6. RGB value is (148,238,246). Sum of RGB (Red+Green+Blue) = 148+238+246=632 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.42% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 246 (96.48% from 255 or 38.92% from 632); Max value from RGB is 246 - color contains mainly: blue. Hex color #94EEF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94EEF6 is #6B1109. Grayscale: #D3D3D3. Windows color (decimal): -7016714 or 16182932. OLE color: 16182932.
HSL color Cylindrical-coordinate representation of color #94EEF6: hue angle of 184.9º 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 #94EEF6 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 238 | 246 | - |
| CMYK | 0.40 | 0.03 | 0 | 0.04 |
| HSL | 184.9º | 0.84% | 0.77% | - |
| HSV(B) | 184.9º | 0.4% | 0.96% | - |
| XYZ | 59.42 | 74.1 | 98.36 | - |
| YUV | 212 | 147.18 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 238 | 246 | 0.40 | 0.03 | 0 | 0.04 | 184.9 | 0.84 | 0.77 |
| Hex | 94 | EE | F6 | 28 | 3 | 0 | 4 | B9 | 54 | 4D |
| Octal | 224 | 356 | 366 | 50 | 3 | 0 | 4 | 271 | 124 | 115 |
| Binary | 10010100 | 11101110 | 11110110 | 101000 | 11 | 0 | 100 | 10111001 | 1010100 | 1001101 |
Color Harmonies of #94EEF6
Complementary color
Monochromatic Colors of #94EEF6
Black with #94EEF6
Text Example
Text Example
White with #94EEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EEF6; }
p { color: rgb(148,238,246); }
H1.HeaderClassName
{
color: #94EEF6;
}
.AnyTagClassName
{
color: #94EEF6;
}
</style>
background-color css
<style>
a { background-color: #94EEF6; }
a { background-color: rgb(148,238,246); }
div.DivClassName
{
background-color: #94EEF6;
}
.BgClassName
{
background-color: #94EEF6;
}
</style>
border-color css
<style>
span { border-color: #94EEF6; }
span { border-color: rgb(148,238,246); }
td.TdClassName
{
border-color: #94EEF6;
}
.TagClassName
{
border-color: #94EEF6;
}
</style>