Shades of Blizzard Blue #94E6EA
Tints of Blizzard Blue #94E6EA
RGB
CMYK
RGB Variations
Color information
#94E6EA (or 0x94E6EA) is known color: Blizzard Blue. HEX triplet: 94, E6 and EA. RGB value is (148,230,234). Sum of RGB (Red+Green+Blue) = 148+230+234=612 (81% of max value = 765). Red value is 148 (58.20% from 255 or 24.18% from 612); Green value is 230 (90.23% from 255 or 37.58% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 234 - color contains mainly: blue. Hex color #94E6EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94E6EA is #6B1915. Grayscale: #CDCDCD. Windows color (decimal): -7018774 or 15394452. OLE color: 15394452.
HSL color Cylindrical-coordinate representation of color #94E6EA: hue angle of 182.79º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94E6EA is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 230 | 234 | - |
| CMYK | 0.37 | 0.02 | 0 | 0.08 |
| HSL | 182.79º | 0.67% | 0.75% | - |
| HSV(B) | 182.79º | 0.37% | 0.92% | - |
| XYZ | 55.36 | 68.83 | 88.21 | - |
| YUV | 205.94 | 143.83 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 230 | 234 | 0.37 | 0.02 | 0 | 0.08 | 182.79 | 0.67 | 0.75 |
| Hex | 94 | E6 | EA | 25 | 2 | 0 | 8 | B7 | 43 | 4B |
| Octal | 224 | 346 | 352 | 45 | 2 | 0 | 10 | 267 | 103 | 113 |
| Binary | 10010100 | 11100110 | 11101010 | 100101 | 10 | 0 | 1000 | 10110111 | 1000011 | 1001011 |
Color Harmonies of #94E6EA
Complementary color
Monochromatic Colors of #94E6EA
Black with #94E6EA
Text Example
Text Example
White with #94E6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E6EA; }
p { color: rgb(148,230,234); }
H1.HeaderClassName
{
color: #94E6EA;
}
.AnyTagClassName
{
color: #94E6EA;
}
</style>
background-color css
<style>
a { background-color: #94E6EA; }
a { background-color: rgb(148,230,234); }
div.DivClassName
{
background-color: #94E6EA;
}
.BgClassName
{
background-color: #94E6EA;
}
</style>
border-color css
<style>
span { border-color: #94E6EA; }
span { border-color: rgb(148,230,234); }
td.TdClassName
{
border-color: #94E6EA;
}
.TagClassName
{
border-color: #94E6EA;
}
</style>