Shades of Vista Blue #92CEB3
Tints of Vista Blue #92CEB3
RGB
CMYK
RGB Variations
Color information
#92CEB3 (or 0x92CEB3) is known color: Vista Blue. HEX triplet: 92, CE and B3. RGB value is (146,206,179). Sum of RGB (Red+Green+Blue) = 146+206+179=531 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.50% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 179 (70.31% from 255 or 33.71% from 531); Max value from RGB is 206 - color contains mainly: green. Hex color #92CEB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CEB3 is #6D314C. Grayscale: #B9B9B9. Windows color (decimal): -7156045 or 11783826. OLE color: 11783826.
HSL color Cylindrical-coordinate representation of color #92CEB3: hue angle of 153º 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 #92CEB3 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 206 | 179 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.19 |
| HSL | 153º | 0.38% | 0.69% | - |
| HSV(B) | 153º | 0.29% | 0.81% | - |
| XYZ | 42.06 | 53.51 | 50.76 | - |
| YUV | 184.98 | 124.62 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 206 | 179 | 0.29 | 0 | 0.13 | 0.19 | 153 | 0.38 | 0.69 |
| Hex | 92 | CE | B3 | 1D | 0 | D | 13 | 99 | 26 | 45 |
| Octal | 222 | 316 | 263 | 35 | 0 | 15 | 23 | 231 | 46 | 105 |
| Binary | 10010010 | 11001110 | 10110011 | 11101 | 0 | 1101 | 10011 | 10011001 | 100110 | 1000101 |
Color Harmonies of #92CEB3
Complementary color
Monochromatic Colors of #92CEB3
Black with #92CEB3
Text Example
Text Example
White with #92CEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CEB3; }
p { color: rgb(146,206,179); }
H1.HeaderClassName
{
color: #92CEB3;
}
.AnyTagClassName
{
color: #92CEB3;
}
</style>
background-color css
<style>
a { background-color: #92CEB3; }
a { background-color: rgb(146,206,179); }
div.DivClassName
{
background-color: #92CEB3;
}
.BgClassName
{
background-color: #92CEB3;
}
</style>
border-color css
<style>
span { border-color: #92CEB3; }
span { border-color: rgb(146,206,179); }
td.TdClassName
{
border-color: #92CEB3;
}
.TagClassName
{
border-color: #92CEB3;
}
</style>