Shades of Blizzard Blue #92F1F1
Tints of Blizzard Blue #92F1F1
RGB
CMYK
RGB Variations
Color information
#92F1F1 (or 0x92F1F1) is known color: Blizzard Blue. HEX triplet: 92, F1 and F1. RGB value is (146,241,241). Sum of RGB (Red+Green+Blue) = 146+241+241=628 (83% of max value = 765). Red value is 146 (57.42% from 255 or 23.25% from 628); Green value is 241 (94.53% from 255 or 38.38% from 628); Blue value is 241 (94.53% from 255 or 38.38% from 628); Max value from RGB is 241 - color contains mainly: green, blue. Hex color #92F1F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92F1F1 is #6D0E0E. Grayscale: #D4D4D4. Windows color (decimal): -7147023 or 15856018. OLE color: 15856018.
HSL color Cylindrical-coordinate representation of color #92F1F1: hue angle of 180º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92F1F1 is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 241 | 241 | - |
| CMYK | 0.39 | 0 | 0 | 0.05 |
| HSL | 180º | 0.77% | 0.76% | - |
| HSV(B) | 180º | 0.39% | 0.95% | - |
| XYZ | 59.19 | 75.37 | 94.65 | - |
| YUV | 212.6 | 144.03 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 241 | 241 | 0.39 | 0 | 0 | 0.05 | 180 | 0.77 | 0.76 |
| Hex | 92 | F1 | F1 | 27 | 0 | 0 | 5 | B4 | 4D | 4C |
| Octal | 222 | 361 | 361 | 47 | 0 | 0 | 5 | 264 | 115 | 114 |
| Binary | 10010010 | 11110001 | 11110001 | 100111 | 0 | 0 | 101 | 10110100 | 1001101 | 1001100 |
Color Harmonies of #92F1F1
Complementary color
Monochromatic Colors of #92F1F1
Black with #92F1F1
Text Example
Text Example
White with #92F1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F1F1; }
p { color: rgb(146,241,241); }
H1.HeaderClassName
{
color: #92F1F1;
}
.AnyTagClassName
{
color: #92F1F1;
}
</style>
background-color css
<style>
a { background-color: #92F1F1; }
a { background-color: rgb(146,241,241); }
div.DivClassName
{
background-color: #92F1F1;
}
.BgClassName
{
background-color: #92F1F1;
}
</style>
border-color css
<style>
span { border-color: #92F1F1; }
span { border-color: rgb(146,241,241); }
td.TdClassName
{
border-color: #92F1F1;
}
.TagClassName
{
border-color: #92F1F1;
}
</style>