Shades of Vista Blue #92DABC
Tints of Vista Blue #92DABC
RGB
CMYK
RGB Variations
Color information
#92DABC (or 0x92DABC) is known color: Vista Blue. HEX triplet: 92, DA and BC. RGB value is (146,218,188). Sum of RGB (Red+Green+Blue) = 146+218+188=552 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.45% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 218 - color contains mainly: green. Hex color #92DABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92DABC is #6D2543. Grayscale: #C1C1C1. Windows color (decimal): -7152964 or 12376722. OLE color: 12376722.
HSL color Cylindrical-coordinate representation of color #92DABC: hue angle of 155º 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 #92DABC is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 218 | 188 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.15 |
| HSL | 155º | 0.49% | 0.71% | - |
| HSV(B) | 155º | 0.33% | 0.85% | - |
| XYZ | 46 | 59.88 | 56.71 | - |
| YUV | 193.05 | 125.15 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 218 | 188 | 0.33 | 0 | 0.14 | 0.15 | 155 | 0.49 | 0.71 |
| Hex | 92 | DA | BC | 21 | 0 | E | F | 9B | 31 | 47 |
| Octal | 222 | 332 | 274 | 41 | 0 | 16 | 17 | 233 | 61 | 107 |
| Binary | 10010010 | 11011010 | 10111100 | 100001 | 0 | 1110 | 1111 | 10011011 | 110001 | 1000111 |
Color Harmonies of #92DABC
Complementary color
Monochromatic Colors of #92DABC
Black with #92DABC
Text Example
Text Example
White with #92DABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DABC; }
p { color: rgb(146,218,188); }
H1.HeaderClassName
{
color: #92DABC;
}
.AnyTagClassName
{
color: #92DABC;
}
</style>
background-color css
<style>
a { background-color: #92DABC; }
a { background-color: rgb(146,218,188); }
div.DivClassName
{
background-color: #92DABC;
}
.BgClassName
{
background-color: #92DABC;
}
</style>
border-color css
<style>
span { border-color: #92DABC; }
span { border-color: rgb(146,218,188); }
td.TdClassName
{
border-color: #92DABC;
}
.TagClassName
{
border-color: #92DABC;
}
</style>