Shades of Vista Blue #92CEB2
Tints of Vista Blue #92CEB2
RGB
CMYK
RGB Variations
Color information
#92CEB2 (or 0x92CEB2) is known color: Vista Blue. HEX triplet: 92, CE and B2. RGB value is (146,206,178). Sum of RGB (Red+Green+Blue) = 146+206+178=530 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.55% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 206 - color contains mainly: green. Hex color #92CEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CEB2 is #6D314D. Grayscale: #B8B8B8. Windows color (decimal): -7156046 or 11718290. OLE color: 11718290.
HSL color Cylindrical-coordinate representation of color #92CEB2: hue angle of 152º 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 #92CEB2 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 206 | 178 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.19 |
| HSL | 152º | 0.38% | 0.69% | - |
| HSV(B) | 152º | 0.29% | 0.81% | - |
| XYZ | 41.96 | 53.47 | 50.23 | - |
| YUV | 184.87 | 124.12 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 206 | 178 | 0.29 | 0 | 0.14 | 0.19 | 152 | 0.38 | 0.69 |
| Hex | 92 | CE | B2 | 1D | 0 | E | 13 | 98 | 26 | 45 |
| Octal | 222 | 316 | 262 | 35 | 0 | 16 | 23 | 230 | 46 | 105 |
| Binary | 10010010 | 11001110 | 10110010 | 11101 | 0 | 1110 | 10011 | 10011000 | 100110 | 1000101 |
Color Harmonies of #92CEB2
Complementary color
Monochromatic Colors of #92CEB2
Black with #92CEB2
Text Example
Text Example
White with #92CEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CEB2; }
p { color: rgb(146,206,178); }
H1.HeaderClassName
{
color: #92CEB2;
}
.AnyTagClassName
{
color: #92CEB2;
}
</style>
background-color css
<style>
a { background-color: #92CEB2; }
a { background-color: rgb(146,206,178); }
div.DivClassName
{
background-color: #92CEB2;
}
.BgClassName
{
background-color: #92CEB2;
}
</style>
border-color css
<style>
span { border-color: #92CEB2; }
span { border-color: rgb(146,206,178); }
td.TdClassName
{
border-color: #92CEB2;
}
.TagClassName
{
border-color: #92CEB2;
}
</style>