Shades of Vista Blue #92DCB0
Tints of Vista Blue #92DCB0
RGB
CMYK
RGB Variations
Color information
#92DCB0 (or 0x92DCB0) is known color: Vista Blue. HEX triplet: 92, DC and B0. RGB value is (146,220,176). Sum of RGB (Red+Green+Blue) = 146+220+176=542 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.94% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #92DCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DCB0 is #6D234F. Grayscale: #C0C0C0. Windows color (decimal): -7152464 or 11590802. OLE color: 11590802.
HSL color Cylindrical-coordinate representation of color #92DCB0: hue angle of 144.32º 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 #92DCB0 is Cyan = 0.34, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 220 | 176 | - |
| CMYK | 0.34 | 0 | 0.2 | 0.14 |
| HSL | 144.32º | 0.51% | 0.72% | - |
| HSV(B) | 144.32º | 0.34% | 0.86% | - |
| XYZ | 45.28 | 60.43 | 50.35 | - |
| YUV | 192.86 | 118.48 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 220 | 176 | 0.34 | 0 | 0.2 | 0.14 | 144.32 | 0.51 | 0.72 |
| Hex | 92 | DC | B0 | 22 | 0 | 14 | E | 90 | 33 | 48 |
| Octal | 222 | 334 | 260 | 42 | 0 | 24 | 16 | 220 | 63 | 110 |
| Binary | 10010010 | 11011100 | 10110000 | 100010 | 0 | 10100 | 1110 | 10010000 | 110011 | 1001000 |
Color Harmonies of #92DCB0
Complementary color
Monochromatic Colors of #92DCB0
Black with #92DCB0
Text Example
Text Example
White with #92DCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DCB0; }
p { color: rgb(146,220,176); }
H1.HeaderClassName
{
color: #92DCB0;
}
.AnyTagClassName
{
color: #92DCB0;
}
</style>
background-color css
<style>
a { background-color: #92DCB0; }
a { background-color: rgb(146,220,176); }
div.DivClassName
{
background-color: #92DCB0;
}
.BgClassName
{
background-color: #92DCB0;
}
</style>
border-color css
<style>
span { border-color: #92DCB0; }
span { border-color: rgb(146,220,176); }
td.TdClassName
{
border-color: #92DCB0;
}
.TagClassName
{
border-color: #92DCB0;
}
</style>