Shades of Vista Blue #92F0AD
Tints of Vista Blue #92F0AD
RGB
CMYK
RGB Variations
Color information
#92F0AD (or 0x92F0AD) is known color: Vista Blue. HEX triplet: 92, F0 and AD. RGB value is (146,240,173). Sum of RGB (Red+Green+Blue) = 146+240+173=559 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.12% from 559); Green value is 240 (94.14% from 255 or 42.93% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 240 - color contains mainly: green. Hex color #92F0AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92F0AD is #6D0F52. Grayscale: #CCCCCC. Windows color (decimal): -7147347 or 11399314. OLE color: 11399314.
HSL color Cylindrical-coordinate representation of color #92F0AD: hue angle of 137.23º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92F0AD is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 240 | 173 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.06 |
| HSL | 137.23º | 0.76% | 0.76% | - |
| HSV(B) | 137.23º | 0.39% | 0.94% | - |
| XYZ | 50.56 | 71.45 | 50.66 | - |
| YUV | 204.26 | 110.36 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 240 | 173 | 0.39 | 0 | 0.28 | 0.06 | 137.23 | 0.76 | 0.76 |
| Hex | 92 | F0 | AD | 27 | 0 | 1C | 6 | 89 | 4C | 4C |
| Octal | 222 | 360 | 255 | 47 | 0 | 34 | 6 | 211 | 114 | 114 |
| Binary | 10010010 | 11110000 | 10101101 | 100111 | 0 | 11100 | 110 | 10001001 | 1001100 | 1001100 |
Color Harmonies of #92F0AD
Complementary color
Monochromatic Colors of #92F0AD
Black with #92F0AD
Text Example
Text Example
White with #92F0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F0AD; }
p { color: rgb(146,240,173); }
H1.HeaderClassName
{
color: #92F0AD;
}
.AnyTagClassName
{
color: #92F0AD;
}
</style>
background-color css
<style>
a { background-color: #92F0AD; }
a { background-color: rgb(146,240,173); }
div.DivClassName
{
background-color: #92F0AD;
}
.BgClassName
{
background-color: #92F0AD;
}
</style>
border-color css
<style>
span { border-color: #92F0AD; }
span { border-color: rgb(146,240,173); }
td.TdClassName
{
border-color: #92F0AD;
}
.TagClassName
{
border-color: #92F0AD;
}
</style>