Shades of Vista Blue #92DBAD
Tints of Vista Blue #92DBAD
RGB
CMYK
RGB Variations
Color information
#92DBAD (or 0x92DBAD) is known color: Vista Blue. HEX triplet: 92, DB and AD. RGB value is (146,219,173). Sum of RGB (Red+Green+Blue) = 146+219+173=538 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.14% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #92DBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DBAD is #6D2452. Grayscale: #C0C0C0. Windows color (decimal): -7152723 or 11393938. OLE color: 11393938.
HSL color Cylindrical-coordinate representation of color #92DBAD: hue angle of 142.19º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92DBAD is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 219 | 173 | - |
| CMYK | 0.33 | 0 | 0.21 | 0.14 |
| HSL | 142.19º | 0.5% | 0.72% | - |
| HSV(B) | 142.19º | 0.33% | 0.86% | - |
| XYZ | 44.73 | 59.79 | 48.72 | - |
| YUV | 191.93 | 117.32 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 219 | 173 | 0.33 | 0 | 0.21 | 0.14 | 142.19 | 0.5 | 0.72 |
| Hex | 92 | DB | AD | 21 | 0 | 15 | E | 8E | 32 | 48 |
| Octal | 222 | 333 | 255 | 41 | 0 | 25 | 16 | 216 | 62 | 110 |
| Binary | 10010010 | 11011011 | 10101101 | 100001 | 0 | 10101 | 1110 | 10001110 | 110010 | 1001000 |
Color Harmonies of #92DBAD
Complementary color
Monochromatic Colors of #92DBAD
Black with #92DBAD
Text Example
Text Example
White with #92DBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DBAD; }
p { color: rgb(146,219,173); }
H1.HeaderClassName
{
color: #92DBAD;
}
.AnyTagClassName
{
color: #92DBAD;
}
</style>
background-color css
<style>
a { background-color: #92DBAD; }
a { background-color: rgb(146,219,173); }
div.DivClassName
{
background-color: #92DBAD;
}
.BgClassName
{
background-color: #92DBAD;
}
</style>
border-color css
<style>
span { border-color: #92DBAD; }
span { border-color: rgb(146,219,173); }
td.TdClassName
{
border-color: #92DBAD;
}
.TagClassName
{
border-color: #92DBAD;
}
</style>