Shades of Vista Blue #92CEB0
Tints of Vista Blue #92CEB0
RGB
CMYK
RGB Variations
Color information
#92CEB0 (or 0x92CEB0) is known color: Vista Blue. HEX triplet: 92, CE and B0. RGB value is (146,206,176). Sum of RGB (Red+Green+Blue) = 146+206+176=528 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.65% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 176 (69.14% from 255 or 33.33% from 528); Max value from RGB is 206 - color contains mainly: green. Hex color #92CEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CEB0 is #6D314F. Grayscale: #B8B8B8. Windows color (decimal): -7156048 or 11587218. OLE color: 11587218.
HSL color Cylindrical-coordinate representation of color #92CEB0: hue angle of 150º 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 #92CEB0 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 206 | 176 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.19 |
| HSL | 150º | 0.38% | 0.69% | - |
| HSV(B) | 150º | 0.29% | 0.81% | - |
| XYZ | 41.76 | 53.39 | 49.18 | - |
| YUV | 184.64 | 123.12 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 206 | 176 | 0.29 | 0 | 0.15 | 0.19 | 150 | 0.38 | 0.69 |
| Hex | 92 | CE | B0 | 1D | 0 | F | 13 | 96 | 26 | 45 |
| Octal | 222 | 316 | 260 | 35 | 0 | 17 | 23 | 226 | 46 | 105 |
| Binary | 10010010 | 11001110 | 10110000 | 11101 | 0 | 1111 | 10011 | 10010110 | 100110 | 1000101 |
Color Harmonies of #92CEB0
Complementary color
Monochromatic Colors of #92CEB0
Black with #92CEB0
Text Example
Text Example
White with #92CEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CEB0; }
p { color: rgb(146,206,176); }
H1.HeaderClassName
{
color: #92CEB0;
}
.AnyTagClassName
{
color: #92CEB0;
}
</style>
background-color css
<style>
a { background-color: #92CEB0; }
a { background-color: rgb(146,206,176); }
div.DivClassName
{
background-color: #92CEB0;
}
.BgClassName
{
background-color: #92CEB0;
}
</style>
border-color css
<style>
span { border-color: #92CEB0; }
span { border-color: rgb(146,206,176); }
td.TdClassName
{
border-color: #92CEB0;
}
.TagClassName
{
border-color: #92CEB0;
}
</style>