Shades of Vista Blue #92D0B1
Tints of Vista Blue #92D0B1
RGB
CMYK
RGB Variations
Color information
#92D0B1 (or 0x92D0B1) is known color: Vista Blue. HEX triplet: 92, D0 and B1. RGB value is (146,208,177). Sum of RGB (Red+Green+Blue) = 146+208+177=531 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.50% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 177 (69.53% from 255 or 33.33% from 531); Max value from RGB is 208 - color contains mainly: green. Hex color #92D0B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D0B1 is #6D2F4E. Grayscale: #B9B9B9. Windows color (decimal): -7155535 or 11653266. OLE color: 11653266.
HSL color Cylindrical-coordinate representation of color #92D0B1: hue angle of 150º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #92D0B1 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 208 | 177 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.18 |
| HSL | 150º | 0.4% | 0.69% | - |
| HSV(B) | 150º | 0.3% | 0.82% | - |
| XYZ | 42.35 | 54.4 | 49.86 | - |
| YUV | 185.93 | 122.96 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 208 | 177 | 0.30 | 0 | 0.15 | 0.18 | 150 | 0.4 | 0.69 |
| Hex | 92 | D0 | B1 | 1E | 0 | F | 12 | 96 | 28 | 45 |
| Octal | 222 | 320 | 261 | 36 | 0 | 17 | 22 | 226 | 50 | 105 |
| Binary | 10010010 | 11010000 | 10110001 | 11110 | 0 | 1111 | 10010 | 10010110 | 101000 | 1000101 |
Color Harmonies of #92D0B1
Complementary color
Monochromatic Colors of #92D0B1
Black with #92D0B1
Text Example
Text Example
White with #92D0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D0B1; }
p { color: rgb(146,208,177); }
H1.HeaderClassName
{
color: #92D0B1;
}
.AnyTagClassName
{
color: #92D0B1;
}
</style>
background-color css
<style>
a { background-color: #92D0B1; }
a { background-color: rgb(146,208,177); }
div.DivClassName
{
background-color: #92D0B1;
}
.BgClassName
{
background-color: #92D0B1;
}
</style>
border-color css
<style>
span { border-color: #92D0B1; }
span { border-color: rgb(146,208,177); }
td.TdClassName
{
border-color: #92D0B1;
}
.TagClassName
{
border-color: #92D0B1;
}
</style>