Shades of Blizzard Blue #94E6DF
Tints of Blizzard Blue #94E6DF
RGB
CMYK
RGB Variations
Color information
#94E6DF (or 0x94E6DF) is known color: Blizzard Blue. HEX triplet: 94, E6 and DF. RGB value is (148,230,223). Sum of RGB (Red+Green+Blue) = 148+230+223=601 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.63% from 601); Green value is 230 (90.23% from 255 or 38.27% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 230 - color contains mainly: green. Hex color #94E6DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94E6DF is #6B1920. Grayscale: #CCCCCC. Windows color (decimal): -7018785 or 14673556. OLE color: 14673556.
HSL color Cylindrical-coordinate representation of color #94E6DF: hue angle of 174.88º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94E6DF is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 230 | 223 | - |
| CMYK | 0.36 | 0 | 0.03 | 0.10 |
| HSL | 174.88º | 0.62% | 0.74% | - |
| HSV(B) | 174.88º | 0.36% | 0.9% | - |
| XYZ | 53.83 | 68.22 | 80.14 | - |
| YUV | 204.68 | 138.33 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 230 | 223 | 0.36 | 0 | 0.03 | 0.10 | 174.88 | 0.62 | 0.74 |
| Hex | 94 | E6 | DF | 24 | 0 | 3 | A | AF | 3E | 4A |
| Octal | 224 | 346 | 337 | 44 | 0 | 3 | 12 | 257 | 76 | 112 |
| Binary | 10010100 | 11100110 | 11011111 | 100100 | 0 | 11 | 1010 | 10101111 | 111110 | 1001010 |
Color Harmonies of #94E6DF
Complementary color
Monochromatic Colors of #94E6DF
Black with #94E6DF
Text Example
Text Example
White with #94E6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E6DF; }
p { color: rgb(148,230,223); }
H1.HeaderClassName
{
color: #94E6DF;
}
.AnyTagClassName
{
color: #94E6DF;
}
</style>
background-color css
<style>
a { background-color: #94E6DF; }
a { background-color: rgb(148,230,223); }
div.DivClassName
{
background-color: #94E6DF;
}
.BgClassName
{
background-color: #94E6DF;
}
</style>
border-color css
<style>
span { border-color: #94E6DF; }
span { border-color: rgb(148,230,223); }
td.TdClassName
{
border-color: #94E6DF;
}
.TagClassName
{
border-color: #94E6DF;
}
</style>