Shades of Blizzard Blue #94EFF0
Tints of Blizzard Blue #94EFF0
RGB
CMYK
RGB Variations
Color information
#94EFF0 (or 0x94EFF0) is known color: Blizzard Blue. HEX triplet: 94, EF and F0. RGB value is (148,239,240). Sum of RGB (Red+Green+Blue) = 148+239+240=627 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.60% from 627); Green value is 239 (93.75% from 255 or 38.12% from 627); Blue value is 240 (94.14% from 255 or 38.28% from 627); Max value from RGB is 240 - color contains mainly: blue. Hex color #94EFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94EFF0 is #6B100F. Grayscale: #D3D3D3. Windows color (decimal): -7016464 or 15789972. OLE color: 15789972.
HSL color Cylindrical-coordinate representation of color #94EFF0: hue angle of 180.65º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94EFF0 is Cyan = 0.38, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 239 | 240 | - |
| CMYK | 0.38 | 0.00 | 0 | 0.06 |
| HSL | 180.65º | 0.75% | 0.76% | - |
| HSV(B) | 180.65º | 0.38% | 0.94% | - |
| XYZ | 58.81 | 74.32 | 93.68 | - |
| YUV | 211.91 | 143.85 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 239 | 240 | 0.38 | 0.00 | 0 | 0.06 | 180.65 | 0.75 | 0.76 |
| Hex | 94 | EF | F0 | 26 | 0 | 0 | 6 | B5 | 4B | 4C |
| Octal | 224 | 357 | 360 | 46 | 0 | 0 | 6 | 265 | 113 | 114 |
| Binary | 10010100 | 11101111 | 11110000 | 100110 | 0 | 0 | 110 | 10110101 | 1001011 | 1001100 |
Color Harmonies of #94EFF0
Complementary color
Monochromatic Colors of #94EFF0
Black with #94EFF0
Text Example
Text Example
White with #94EFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EFF0; }
p { color: rgb(148,239,240); }
H1.HeaderClassName
{
color: #94EFF0;
}
.AnyTagClassName
{
color: #94EFF0;
}
</style>
background-color css
<style>
a { background-color: #94EFF0; }
a { background-color: rgb(148,239,240); }
div.DivClassName
{
background-color: #94EFF0;
}
.BgClassName
{
background-color: #94EFF0;
}
</style>
border-color css
<style>
span { border-color: #94EFF0; }
span { border-color: rgb(148,239,240); }
td.TdClassName
{
border-color: #94EFF0;
}
.TagClassName
{
border-color: #94EFF0;
}
</style>