Shades of Vista Blue #92DCAD
Tints of Vista Blue #92DCAD
RGB
CMYK
RGB Variations
Color information
#92DCAD (or 0x92DCAD) is known color: Vista Blue. HEX triplet: 92, DC and AD. RGB value is (146,220,173). Sum of RGB (Red+Green+Blue) = 146+220+173=539 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.09% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 220 - color contains mainly: green. Hex color #92DCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DCAD is #6D2352. Grayscale: #C0C0C0. Windows color (decimal): -7152467 or 11394194. OLE color: 11394194.
HSL color Cylindrical-coordinate representation of color #92DCAD: hue angle of 141.89º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92DCAD is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 220 | 173 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.14 |
| HSL | 141.89º | 0.51% | 0.72% | - |
| HSV(B) | 141.89º | 0.34% | 0.86% | - |
| XYZ | 44.99 | 60.31 | 48.81 | - |
| YUV | 192.52 | 116.98 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 220 | 173 | 0.34 | 0 | 0.21 | 0.14 | 141.89 | 0.51 | 0.72 |
| Hex | 92 | DC | AD | 22 | 0 | 15 | E | 8E | 33 | 48 |
| Octal | 222 | 334 | 255 | 42 | 0 | 25 | 16 | 216 | 63 | 110 |
| Binary | 10010010 | 11011100 | 10101101 | 100010 | 0 | 10101 | 1110 | 10001110 | 110011 | 1001000 |
Color Harmonies of #92DCAD
Complementary color
Monochromatic Colors of #92DCAD
Black with #92DCAD
Text Example
Text Example
White with #92DCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DCAD; }
p { color: rgb(146,220,173); }
H1.HeaderClassName
{
color: #92DCAD;
}
.AnyTagClassName
{
color: #92DCAD;
}
</style>
background-color css
<style>
a { background-color: #92DCAD; }
a { background-color: rgb(146,220,173); }
div.DivClassName
{
background-color: #92DCAD;
}
.BgClassName
{
background-color: #92DCAD;
}
</style>
border-color css
<style>
span { border-color: #92DCAD; }
span { border-color: rgb(146,220,173); }
td.TdClassName
{
border-color: #92DCAD;
}
.TagClassName
{
border-color: #92DCAD;
}
</style>