Shades of Vista Blue #92CEAB
Tints of Vista Blue #92CEAB
RGB
CMYK
RGB Variations
Color information
#92CEAB (or 0x92CEAB) is known color: Vista Blue. HEX triplet: 92, CE and AB. RGB value is (146,206,171). Sum of RGB (Red+Green+Blue) = 146+206+171=523 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.92% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 206 - color contains mainly: green. Hex color #92CEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CEAB is #6D3154. Grayscale: #B8B8B8. Windows color (decimal): -7156053 or 11259538. OLE color: 11259538.
HSL color Cylindrical-coordinate representation of color #92CEAB: hue angle of 145º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92CEAB is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 206 | 171 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.19 |
| HSL | 145º | 0.38% | 0.69% | - |
| HSV(B) | 145º | 0.29% | 0.81% | - |
| XYZ | 41.28 | 53.19 | 46.62 | - |
| YUV | 184.07 | 120.62 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 206 | 171 | 0.29 | 0 | 0.17 | 0.19 | 145 | 0.38 | 0.69 |
| Hex | 92 | CE | AB | 1D | 0 | 11 | 13 | 91 | 26 | 45 |
| Octal | 222 | 316 | 253 | 35 | 0 | 21 | 23 | 221 | 46 | 105 |
| Binary | 10010010 | 11001110 | 10101011 | 11101 | 0 | 10001 | 10011 | 10010001 | 100110 | 1000101 |
Color Harmonies of #92CEAB
Complementary color
Monochromatic Colors of #92CEAB
Black with #92CEAB
Text Example
Text Example
White with #92CEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CEAB; }
p { color: rgb(146,206,171); }
H1.HeaderClassName
{
color: #92CEAB;
}
.AnyTagClassName
{
color: #92CEAB;
}
</style>
background-color css
<style>
a { background-color: #92CEAB; }
a { background-color: rgb(146,206,171); }
div.DivClassName
{
background-color: #92CEAB;
}
.BgClassName
{
background-color: #92CEAB;
}
</style>
border-color css
<style>
span { border-color: #92CEAB; }
span { border-color: rgb(146,206,171); }
td.TdClassName
{
border-color: #92CEAB;
}
.TagClassName
{
border-color: #92CEAB;
}
</style>