Shades of Blizzard Blue #92EAF8
Tints of Blizzard Blue #92EAF8
RGB
CMYK
RGB Variations
Color information
#92EAF8 (or 0x92EAF8) is known color: Blizzard Blue. HEX triplet: 92, EA and F8. RGB value is (146,234,248). Sum of RGB (Red+Green+Blue) = 146+234+248=628 (83% of max value = 765). Red value is 146 (57.42% from 255 or 23.25% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 248 (97.27% from 255 or 39.49% from 628); Max value from RGB is 248 - color contains mainly: blue. Hex color #92EAF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92EAF8 is #6D1507. Grayscale: #D1D1D1. Windows color (decimal): -7148808 or 16312978. OLE color: 16312978.
HSL color Cylindrical-coordinate representation of color #92EAF8: hue angle of 188.24º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92EAF8 is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 146 | 234 | 248 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.03 |
| HSL | 188.24º | 0.88% | 0.77% | - |
| HSV(B) | 188.24º | 0.41% | 0.97% | - |
| XYZ | 58.22 | 71.73 | 99.58 | - |
| YUV | 209.28 | 149.85 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 234 | 248 | 0.41 | 0.06 | 0 | 0.03 | 188.24 | 0.88 | 0.77 |
| Hex | 92 | EA | F8 | 29 | 6 | 0 | 3 | BC | 58 | 4D |
| Octal | 222 | 352 | 370 | 51 | 6 | 0 | 3 | 274 | 130 | 115 |
| Binary | 10010010 | 11101010 | 11111000 | 101001 | 110 | 0 | 11 | 10111100 | 1011000 | 1001101 |
Color Harmonies of #92EAF8
Complementary color
Monochromatic Colors of #92EAF8
Black with #92EAF8
Text Example
Text Example
White with #92EAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92EAF8; }
p { color: rgb(146,234,248); }
H1.HeaderClassName
{
color: #92EAF8;
}
.AnyTagClassName
{
color: #92EAF8;
}
</style>
background-color css
<style>
a { background-color: #92EAF8; }
a { background-color: rgb(146,234,248); }
div.DivClassName
{
background-color: #92EAF8;
}
.BgClassName
{
background-color: #92EAF8;
}
</style>
border-color css
<style>
span { border-color: #92EAF8; }
span { border-color: rgb(146,234,248); }
td.TdClassName
{
border-color: #92EAF8;
}
.TagClassName
{
border-color: #92EAF8;
}
</style>