Shades of Vista Blue #92DABB
Tints of Vista Blue #92DABB
RGB
CMYK
RGB Variations
Color information
#92DABB (or 0x92DABB) is known color: Vista Blue. HEX triplet: 92, DA and BB. RGB value is (146,218,187). Sum of RGB (Red+Green+Blue) = 146+218+187=551 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.50% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 218 - color contains mainly: green. Hex color #92DABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92DABB is #6D2544. Grayscale: #C0C0C0. Windows color (decimal): -7152965 or 12311186. OLE color: 12311186.
HSL color Cylindrical-coordinate representation of color #92DABB: hue angle of 154.17º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92DABB is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 218 | 187 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.15 |
| HSL | 154.17º | 0.49% | 0.71% | - |
| HSV(B) | 154.17º | 0.33% | 0.85% | - |
| XYZ | 45.9 | 59.84 | 56.15 | - |
| YUV | 192.94 | 124.65 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 218 | 187 | 0.33 | 0 | 0.14 | 0.15 | 154.17 | 0.49 | 0.71 |
| Hex | 92 | DA | BB | 21 | 0 | E | F | 9A | 31 | 47 |
| Octal | 222 | 332 | 273 | 41 | 0 | 16 | 17 | 232 | 61 | 107 |
| Binary | 10010010 | 11011010 | 10111011 | 100001 | 0 | 1110 | 1111 | 10011010 | 110001 | 1000111 |
Color Harmonies of #92DABB
Complementary color
Monochromatic Colors of #92DABB
Black with #92DABB
Text Example
Text Example
White with #92DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DABB; }
p { color: rgb(146,218,187); }
H1.HeaderClassName
{
color: #92DABB;
}
.AnyTagClassName
{
color: #92DABB;
}
</style>
background-color css
<style>
a { background-color: #92DABB; }
a { background-color: rgb(146,218,187); }
div.DivClassName
{
background-color: #92DABB;
}
.BgClassName
{
background-color: #92DABB;
}
</style>
border-color css
<style>
span { border-color: #92DABB; }
span { border-color: rgb(146,218,187); }
td.TdClassName
{
border-color: #92DABB;
}
.TagClassName
{
border-color: #92DABB;
}
</style>