Shades of Vista Blue #92DCB1
Tints of Vista Blue #92DCB1
RGB
CMYK
RGB Variations
Color information
#92DCB1 (or 0x92DCB1) is known color: Vista Blue. HEX triplet: 92, DC and B1. RGB value is (146,220,177). Sum of RGB (Red+Green+Blue) = 146+220+177=543 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.89% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #92DCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DCB1 is #6D234E. Grayscale: #C1C1C1. Windows color (decimal): -7152463 or 11656338. OLE color: 11656338.
HSL color Cylindrical-coordinate representation of color #92DCB1: hue angle of 145.14º 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 #92DCB1 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 220 | 177 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.14 |
| HSL | 145.14º | 0.51% | 0.72% | - |
| HSV(B) | 145.14º | 0.34% | 0.86% | - |
| XYZ | 45.38 | 60.47 | 50.88 | - |
| YUV | 192.97 | 118.98 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 220 | 177 | 0.34 | 0 | 0.20 | 0.14 | 145.14 | 0.51 | 0.72 |
| Hex | 92 | DC | B1 | 22 | 0 | 14 | E | 91 | 33 | 48 |
| Octal | 222 | 334 | 261 | 42 | 0 | 24 | 16 | 221 | 63 | 110 |
| Binary | 10010010 | 11011100 | 10110001 | 100010 | 0 | 10100 | 1110 | 10010001 | 110011 | 1001000 |
Color Harmonies of #92DCB1
Complementary color
Monochromatic Colors of #92DCB1
Black with #92DCB1
Text Example
Text Example
White with #92DCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DCB1; }
p { color: rgb(146,220,177); }
H1.HeaderClassName
{
color: #92DCB1;
}
.AnyTagClassName
{
color: #92DCB1;
}
</style>
background-color css
<style>
a { background-color: #92DCB1; }
a { background-color: rgb(146,220,177); }
div.DivClassName
{
background-color: #92DCB1;
}
.BgClassName
{
background-color: #92DCB1;
}
</style>
border-color css
<style>
span { border-color: #92DCB1; }
span { border-color: rgb(146,220,177); }
td.TdClassName
{
border-color: #92DCB1;
}
.TagClassName
{
border-color: #92DCB1;
}
</style>