Shades of Vista Blue #92DBBD
Tints of Vista Blue #92DBBD
RGB
CMYK
RGB Variations
Color information
#92DBBD (or 0x92DBBD) is known color: Vista Blue. HEX triplet: 92, DB and BD. RGB value is (146,219,189). Sum of RGB (Red+Green+Blue) = 146+219+189=554 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.35% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 219 - color contains mainly: green. Hex color #92DBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92DBBD is #6D2442. Grayscale: #C1C1C1. Windows color (decimal): -7152707 or 12442514. OLE color: 12442514.
HSL color Cylindrical-coordinate representation of color #92DBBD: hue angle of 155.34º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92DBBD is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 219 | 189 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.14 |
| HSL | 155.34º | 0.5% | 0.72% | - |
| HSV(B) | 155.34º | 0.33% | 0.86% | - |
| XYZ | 46.37 | 60.45 | 57.37 | - |
| YUV | 193.75 | 125.32 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 219 | 189 | 0.33 | 0 | 0.14 | 0.14 | 155.34 | 0.5 | 0.72 |
| Hex | 92 | DB | BD | 21 | 0 | E | E | 9B | 32 | 48 |
| Octal | 222 | 333 | 275 | 41 | 0 | 16 | 16 | 233 | 62 | 110 |
| Binary | 10010010 | 11011011 | 10111101 | 100001 | 0 | 1110 | 1110 | 10011011 | 110010 | 1001000 |
Color Harmonies of #92DBBD
Complementary color
Monochromatic Colors of #92DBBD
Black with #92DBBD
Text Example
Text Example
White with #92DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DBBD; }
p { color: rgb(146,219,189); }
H1.HeaderClassName
{
color: #92DBBD;
}
.AnyTagClassName
{
color: #92DBBD;
}
</style>
background-color css
<style>
a { background-color: #92DBBD; }
a { background-color: rgb(146,219,189); }
div.DivClassName
{
background-color: #92DBBD;
}
.BgClassName
{
background-color: #92DBBD;
}
</style>
border-color css
<style>
span { border-color: #92DBBD; }
span { border-color: rgb(146,219,189); }
td.TdClassName
{
border-color: #92DBBD;
}
.TagClassName
{
border-color: #92DBBD;
}
</style>