Shades of Vista Blue #92DBB5
Tints of Vista Blue #92DBB5
RGB
CMYK
RGB Variations
Color information
#92DBB5 (or 0x92DBB5) is known color: Vista Blue. HEX triplet: 92, DB and B5. RGB value is (146,219,181). Sum of RGB (Red+Green+Blue) = 146+219+181=546 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.74% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 181 (71.09% from 255 or 33.15% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #92DBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92DBB5 is #6D244A. Grayscale: #C0C0C0. Windows color (decimal): -7152715 or 11918226. OLE color: 11918226.
HSL color Cylindrical-coordinate representation of color #92DBB5: hue angle of 148.77º 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 #92DBB5 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 219 | 181 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.14 |
| HSL | 148.77º | 0.5% | 0.72% | - |
| HSV(B) | 148.77º | 0.33% | 0.86% | - |
| XYZ | 45.53 | 60.11 | 52.92 | - |
| YUV | 192.84 | 121.32 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 219 | 181 | 0.33 | 0 | 0.17 | 0.14 | 148.77 | 0.5 | 0.72 |
| Hex | 92 | DB | B5 | 21 | 0 | 11 | E | 95 | 32 | 48 |
| Octal | 222 | 333 | 265 | 41 | 0 | 21 | 16 | 225 | 62 | 110 |
| Binary | 10010010 | 11011011 | 10110101 | 100001 | 0 | 10001 | 1110 | 10010101 | 110010 | 1001000 |
Color Harmonies of #92DBB5
Complementary color
Monochromatic Colors of #92DBB5
Black with #92DBB5
Text Example
Text Example
White with #92DBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DBB5; }
p { color: rgb(146,219,181); }
H1.HeaderClassName
{
color: #92DBB5;
}
.AnyTagClassName
{
color: #92DBB5;
}
</style>
background-color css
<style>
a { background-color: #92DBB5; }
a { background-color: rgb(146,219,181); }
div.DivClassName
{
background-color: #92DBB5;
}
.BgClassName
{
background-color: #92DBB5;
}
</style>
border-color css
<style>
span { border-color: #92DBB5; }
span { border-color: rgb(146,219,181); }
td.TdClassName
{
border-color: #92DBB5;
}
.TagClassName
{
border-color: #92DBB5;
}
</style>