Shades of Vista Blue #92DCBD
Tints of Vista Blue #92DCBD
RGB
CMYK
RGB Variations
Color information
#92DCBD (or 0x92DCBD) is known color: Vista Blue. HEX triplet: 92, DC and BD. RGB value is (146,220,189). Sum of RGB (Red+Green+Blue) = 146+220+189=555 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.31% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 220 - color contains mainly: green. Hex color #92DCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92DCBD is #6D2342. Grayscale: #C2C2C2. Windows color (decimal): -7152451 or 12442770. OLE color: 12442770.
HSL color Cylindrical-coordinate representation of color #92DCBD: hue angle of 154.86º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92DCBD is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 220 | 189 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.14 |
| HSL | 154.86º | 0.51% | 0.72% | - |
| HSV(B) | 154.86º | 0.34% | 0.86% | - |
| XYZ | 46.63 | 60.97 | 57.46 | - |
| YUV | 194.34 | 124.98 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 220 | 189 | 0.34 | 0 | 0.14 | 0.14 | 154.86 | 0.51 | 0.72 |
| Hex | 92 | DC | BD | 22 | 0 | E | E | 9B | 33 | 48 |
| Octal | 222 | 334 | 275 | 42 | 0 | 16 | 16 | 233 | 63 | 110 |
| Binary | 10010010 | 11011100 | 10111101 | 100010 | 0 | 1110 | 1110 | 10011011 | 110011 | 1001000 |
Color Harmonies of #92DCBD
Complementary color
Monochromatic Colors of #92DCBD
Black with #92DCBD
Text Example
Text Example
White with #92DCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DCBD; }
p { color: rgb(146,220,189); }
H1.HeaderClassName
{
color: #92DCBD;
}
.AnyTagClassName
{
color: #92DCBD;
}
</style>
background-color css
<style>
a { background-color: #92DCBD; }
a { background-color: rgb(146,220,189); }
div.DivClassName
{
background-color: #92DCBD;
}
.BgClassName
{
background-color: #92DCBD;
}
</style>
border-color css
<style>
span { border-color: #92DCBD; }
span { border-color: rgb(146,220,189); }
td.TdClassName
{
border-color: #92DCBD;
}
.TagClassName
{
border-color: #92DCBD;
}
</style>