Shades of Vista Blue #92DDAC
Tints of Vista Blue #92DDAC
RGB
CMYK
RGB Variations
Color information
#92DDAC (or 0x92DDAC) is known color: Vista Blue. HEX triplet: 92, DD and AC. RGB value is (146,221,172). Sum of RGB (Red+Green+Blue) = 146+221+172=539 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.09% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #92DDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DDAC is #6D2253. Grayscale: #C1C1C1. Windows color (decimal): -7152212 or 11328914. OLE color: 11328914.
HSL color Cylindrical-coordinate representation of color #92DDAC: hue angle of 140.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92DDAC is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 221 | 172 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.13 |
| HSL | 140.8º | 0.52% | 0.72% | - |
| HSV(B) | 140.8º | 0.34% | 0.87% | - |
| XYZ | 45.16 | 60.8 | 48.39 | - |
| YUV | 192.99 | 116.15 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 221 | 172 | 0.34 | 0 | 0.22 | 0.13 | 140.8 | 0.52 | 0.72 |
| Hex | 92 | DD | AC | 22 | 0 | 16 | D | 8D | 34 | 48 |
| Octal | 222 | 335 | 254 | 42 | 0 | 26 | 15 | 215 | 64 | 110 |
| Binary | 10010010 | 11011101 | 10101100 | 100010 | 0 | 10110 | 1101 | 10001101 | 110100 | 1001000 |
Color Harmonies of #92DDAC
Complementary color
Monochromatic Colors of #92DDAC
Black with #92DDAC
Text Example
Text Example
White with #92DDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DDAC; }
p { color: rgb(146,221,172); }
H1.HeaderClassName
{
color: #92DDAC;
}
.AnyTagClassName
{
color: #92DDAC;
}
</style>
background-color css
<style>
a { background-color: #92DDAC; }
a { background-color: rgb(146,221,172); }
div.DivClassName
{
background-color: #92DDAC;
}
.BgClassName
{
background-color: #92DDAC;
}
</style>
border-color css
<style>
span { border-color: #92DDAC; }
span { border-color: rgb(146,221,172); }
td.TdClassName
{
border-color: #92DDAC;
}
.TagClassName
{
border-color: #92DDAC;
}
</style>