Shades of Vista Blue #92DBB1
Tints of Vista Blue #92DBB1
RGB
CMYK
RGB Variations
Color information
#92DBB1 (or 0x92DBB1) is known color: Vista Blue. HEX triplet: 92, DB and B1. RGB value is (146,219,177). Sum of RGB (Red+Green+Blue) = 146+219+177=542 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.94% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 177 (69.53% from 255 or 32.66% from 542); Max value from RGB is 219 - color contains mainly: green. Hex color #92DBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DBB1 is #6D244E. Grayscale: #C0C0C0. Windows color (decimal): -7152719 or 11656082. OLE color: 11656082.
HSL color Cylindrical-coordinate representation of color #92DBB1: hue angle of 145.48º 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 #92DBB1 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 219 | 177 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.14 |
| HSL | 145.48º | 0.5% | 0.72% | - |
| HSV(B) | 145.48º | 0.33% | 0.86% | - |
| XYZ | 45.12 | 59.95 | 50.79 | - |
| YUV | 192.39 | 119.32 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 219 | 177 | 0.33 | 0 | 0.19 | 0.14 | 145.48 | 0.5 | 0.72 |
| Hex | 92 | DB | B1 | 21 | 0 | 13 | E | 91 | 32 | 48 |
| Octal | 222 | 333 | 261 | 41 | 0 | 23 | 16 | 221 | 62 | 110 |
| Binary | 10010010 | 11011011 | 10110001 | 100001 | 0 | 10011 | 1110 | 10010001 | 110010 | 1001000 |
Color Harmonies of #92DBB1
Complementary color
Monochromatic Colors of #92DBB1
Black with #92DBB1
Text Example
Text Example
White with #92DBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DBB1; }
p { color: rgb(146,219,177); }
H1.HeaderClassName
{
color: #92DBB1;
}
.AnyTagClassName
{
color: #92DBB1;
}
</style>
background-color css
<style>
a { background-color: #92DBB1; }
a { background-color: rgb(146,219,177); }
div.DivClassName
{
background-color: #92DBB1;
}
.BgClassName
{
background-color: #92DBB1;
}
</style>
border-color css
<style>
span { border-color: #92DBB1; }
span { border-color: rgb(146,219,177); }
td.TdClassName
{
border-color: #92DBB1;
}
.TagClassName
{
border-color: #92DBB1;
}
</style>