Shades of Vista Blue #92CAAB
Tints of Vista Blue #92CAAB
RGB
CMYK
RGB Variations
Color information
#92CAAB (or 0x92CAAB) is known color: Vista Blue. HEX triplet: 92, CA and AB. RGB value is (146,202,171). Sum of RGB (Red+Green+Blue) = 146+202+171=519 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.13% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 202 - color contains mainly: green. Hex color #92CAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CAAB is #6D3554. Grayscale: #B5B5B5. Windows color (decimal): -7157077 or 11258514. OLE color: 11258514.
HSL color Cylindrical-coordinate representation of color #92CAAB: hue angle of 146.79º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92CAAB is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 202 | 171 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.21 |
| HSL | 146.79º | 0.35% | 0.68% | - |
| HSV(B) | 146.79º | 0.28% | 0.79% | - |
| XYZ | 40.33 | 51.29 | 46.3 | - |
| YUV | 181.72 | 121.95 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 202 | 171 | 0.28 | 0 | 0.15 | 0.21 | 146.79 | 0.35 | 0.68 |
| Hex | 92 | CA | AB | 1C | 0 | F | 15 | 93 | 23 | 44 |
| Octal | 222 | 312 | 253 | 34 | 0 | 17 | 25 | 223 | 43 | 104 |
| Binary | 10010010 | 11001010 | 10101011 | 11100 | 0 | 1111 | 10101 | 10010011 | 100011 | 1000100 |
Color Harmonies of #92CAAB
Complementary color
Monochromatic Colors of #92CAAB
Black with #92CAAB
Text Example
Text Example
White with #92CAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CAAB; }
p { color: rgb(146,202,171); }
H1.HeaderClassName
{
color: #92CAAB;
}
.AnyTagClassName
{
color: #92CAAB;
}
</style>
background-color css
<style>
a { background-color: #92CAAB; }
a { background-color: rgb(146,202,171); }
div.DivClassName
{
background-color: #92CAAB;
}
.BgClassName
{
background-color: #92CAAB;
}
</style>
border-color css
<style>
span { border-color: #92CAAB; }
span { border-color: rgb(146,202,171); }
td.TdClassName
{
border-color: #92CAAB;
}
.TagClassName
{
border-color: #92CAAB;
}
</style>