Shades of Blizzard Blue #92DDEB
Tints of Blizzard Blue #92DDEB
RGB
CMYK
RGB Variations
Color information
#92DDEB (or 0x92DDEB) is known color: Blizzard Blue. HEX triplet: 92, DD and EB. RGB value is (146,221,235). Sum of RGB (Red+Green+Blue) = 146+221+235=602 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.25% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #92DDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92DDEB is #6D2214. Grayscale: #C8C8C8. Windows color (decimal): -7152149 or 15457682. OLE color: 15457682.
HSL color Cylindrical-coordinate representation of color #92DDEB: hue angle of 189.44º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92DDEB is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 146 | 221 | 235 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.08 |
| HSL | 189.44º | 0.69% | 0.75% | - |
| HSV(B) | 189.44º | 0.38% | 0.92% | - |
| XYZ | 52.71 | 63.82 | 88.14 | - |
| YUV | 200.17 | 147.65 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 221 | 235 | 0.38 | 0.06 | 0 | 0.08 | 189.44 | 0.69 | 0.75 |
| Hex | 92 | DD | EB | 26 | 6 | 0 | 8 | BD | 45 | 4B |
| Octal | 222 | 335 | 353 | 46 | 6 | 0 | 10 | 275 | 105 | 113 |
| Binary | 10010010 | 11011101 | 11101011 | 100110 | 110 | 0 | 1000 | 10111101 | 1000101 | 1001011 |
Color Harmonies of #92DDEB
Complementary color
Monochromatic Colors of #92DDEB
Black with #92DDEB
Text Example
Text Example
White with #92DDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DDEB; }
p { color: rgb(146,221,235); }
H1.HeaderClassName
{
color: #92DDEB;
}
.AnyTagClassName
{
color: #92DDEB;
}
</style>
background-color css
<style>
a { background-color: #92DDEB; }
a { background-color: rgb(146,221,235); }
div.DivClassName
{
background-color: #92DDEB;
}
.BgClassName
{
background-color: #92DDEB;
}
</style>
border-color css
<style>
span { border-color: #92DDEB; }
span { border-color: rgb(146,221,235); }
td.TdClassName
{
border-color: #92DDEB;
}
.TagClassName
{
border-color: #92DDEB;
}
</style>