Shades of Vista Blue #92D6B7
Tints of Vista Blue #92D6B7
RGB
CMYK
RGB Variations
Color information
#92D6B7 (or 0x92D6B7) is known color: Vista Blue. HEX triplet: 92, D6 and B7. RGB value is (146,214,183). Sum of RGB (Red+Green+Blue) = 146+214+183=543 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.89% from 543); Green value is 214 (83.98% from 255 or 39.41% from 543); Blue value is 183 (71.88% from 255 or 33.70% from 543); Max value from RGB is 214 - color contains mainly: green. Hex color #92D6B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92D6B7 is #6D2948. Grayscale: #BEBEBE. Windows color (decimal): -7153993 or 12048018. OLE color: 12048018.
HSL color Cylindrical-coordinate representation of color #92D6B7: hue angle of 152.65º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92D6B7 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 214 | 183 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.16 |
| HSL | 152.65º | 0.45% | 0.71% | - |
| HSV(B) | 152.65º | 0.32% | 0.84% | - |
| XYZ | 44.45 | 57.62 | 53.58 | - |
| YUV | 190.13 | 123.97 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 214 | 183 | 0.32 | 0 | 0.14 | 0.16 | 152.65 | 0.45 | 0.71 |
| Hex | 92 | D6 | B7 | 20 | 0 | E | 10 | 99 | 2D | 47 |
| Octal | 222 | 326 | 267 | 40 | 0 | 16 | 20 | 231 | 55 | 107 |
| Binary | 10010010 | 11010110 | 10110111 | 100000 | 0 | 1110 | 10000 | 10011001 | 101101 | 1000111 |
Color Harmonies of #92D6B7
Complementary color
Monochromatic Colors of #92D6B7
Black with #92D6B7
Text Example
Text Example
White with #92D6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D6B7; }
p { color: rgb(146,214,183); }
H1.HeaderClassName
{
color: #92D6B7;
}
.AnyTagClassName
{
color: #92D6B7;
}
</style>
background-color css
<style>
a { background-color: #92D6B7; }
a { background-color: rgb(146,214,183); }
div.DivClassName
{
background-color: #92D6B7;
}
.BgClassName
{
background-color: #92D6B7;
}
</style>
border-color css
<style>
span { border-color: #92D6B7; }
span { border-color: rgb(146,214,183); }
td.TdClassName
{
border-color: #92D6B7;
}
.TagClassName
{
border-color: #92D6B7;
}
</style>