Shades of Vista Blue #92CEB5
Tints of Vista Blue #92CEB5
RGB
CMYK
RGB Variations
Color information
#92CEB5 (or 0x92CEB5) is known color: Vista Blue. HEX triplet: 92, CE and B5. RGB value is (146,206,181). Sum of RGB (Red+Green+Blue) = 146+206+181=533 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.39% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 181 (71.09% from 255 or 33.96% from 533); Max value from RGB is 206 - color contains mainly: green. Hex color #92CEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CEB5 is #6D314A. Grayscale: #B9B9B9. Windows color (decimal): -7156043 or 11914898. OLE color: 11914898.
HSL color Cylindrical-coordinate representation of color #92CEB5: hue angle of 155º 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 #92CEB5 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 206 | 181 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.19 |
| HSL | 155º | 0.38% | 0.69% | - |
| HSV(B) | 155º | 0.29% | 0.81% | - |
| XYZ | 42.27 | 53.59 | 51.83 | - |
| YUV | 185.21 | 125.62 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 206 | 181 | 0.29 | 0 | 0.12 | 0.19 | 155 | 0.38 | 0.69 |
| Hex | 92 | CE | B5 | 1D | 0 | C | 13 | 9B | 26 | 45 |
| Octal | 222 | 316 | 265 | 35 | 0 | 14 | 23 | 233 | 46 | 105 |
| Binary | 10010010 | 11001110 | 10110101 | 11101 | 0 | 1100 | 10011 | 10011011 | 100110 | 1000101 |
Color Harmonies of #92CEB5
Complementary color
Monochromatic Colors of #92CEB5
Black with #92CEB5
Text Example
Text Example
White with #92CEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CEB5; }
p { color: rgb(146,206,181); }
H1.HeaderClassName
{
color: #92CEB5;
}
.AnyTagClassName
{
color: #92CEB5;
}
</style>
background-color css
<style>
a { background-color: #92CEB5; }
a { background-color: rgb(146,206,181); }
div.DivClassName
{
background-color: #92CEB5;
}
.BgClassName
{
background-color: #92CEB5;
}
</style>
border-color css
<style>
span { border-color: #92CEB5; }
span { border-color: rgb(146,206,181); }
td.TdClassName
{
border-color: #92CEB5;
}
.TagClassName
{
border-color: #92CEB5;
}
</style>