Shades of Blizzard Blue #92EFF2
Tints of Blizzard Blue #92EFF2
RGB
CMYK
RGB Variations
Color information
#92EFF2 (or 0x92EFF2) is known color: Blizzard Blue. HEX triplet: 92, EF and F2. RGB value is (146,239,242). Sum of RGB (Red+Green+Blue) = 146+239+242=627 (83% of max value = 765). Red value is 146 (57.42% from 255 or 23.29% from 627); Green value is 239 (93.75% from 255 or 38.12% from 627); Blue value is 242 (94.92% from 255 or 38.60% from 627); Max value from RGB is 242 - color contains mainly: blue. Hex color #92EFF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92EFF2 is #6D100D. Grayscale: #D3D3D3. Windows color (decimal): -7147534 or 15921042. OLE color: 15921042.
HSL color Cylindrical-coordinate representation of color #92EFF2: hue angle of 181.88º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92EFF2 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 239 | 242 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.05 |
| HSL | 181.88º | 0.79% | 0.76% | - |
| HSV(B) | 181.88º | 0.4% | 0.95% | - |
| XYZ | 58.75 | 74.25 | 95.24 | - |
| YUV | 211.54 | 145.19 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 239 | 242 | 0.40 | 0.01 | 0 | 0.05 | 181.88 | 0.79 | 0.76 |
| Hex | 92 | EF | F2 | 28 | 1 | 0 | 5 | B6 | 4F | 4C |
| Octal | 222 | 357 | 362 | 50 | 1 | 0 | 5 | 266 | 117 | 114 |
| Binary | 10010010 | 11101111 | 11110010 | 101000 | 1 | 0 | 101 | 10110110 | 1001111 | 1001100 |
Color Harmonies of #92EFF2
Complementary color
Monochromatic Colors of #92EFF2
Black with #92EFF2
Text Example
Text Example
White with #92EFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92EFF2; }
p { color: rgb(146,239,242); }
H1.HeaderClassName
{
color: #92EFF2;
}
.AnyTagClassName
{
color: #92EFF2;
}
</style>
background-color css
<style>
a { background-color: #92EFF2; }
a { background-color: rgb(146,239,242); }
div.DivClassName
{
background-color: #92EFF2;
}
.BgClassName
{
background-color: #92EFF2;
}
</style>
border-color css
<style>
span { border-color: #92EFF2; }
span { border-color: rgb(146,239,242); }
td.TdClassName
{
border-color: #92EFF2;
}
.TagClassName
{
border-color: #92EFF2;
}
</style>