Shades of Vista Blue #92DDBB
Tints of Vista Blue #92DDBB
RGB
CMYK
RGB Variations
Color information
#92DDBB (or 0x92DDBB) is known color: Vista Blue. HEX triplet: 92, DD and BB. RGB value is (146,221,187). Sum of RGB (Red+Green+Blue) = 146+221+187=554 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.35% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #92DDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92DDBB is #6D2244. Grayscale: #C2C2C2. Windows color (decimal): -7152197 or 12311954. OLE color: 12311954.
HSL color Cylindrical-coordinate representation of color #92DDBB: hue angle of 152.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92DDBB is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 221 | 187 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.13 |
| HSL | 152.8º | 0.52% | 0.72% | - |
| HSV(B) | 152.8º | 0.34% | 0.87% | - |
| XYZ | 46.68 | 61.41 | 56.41 | - |
| YUV | 194.7 | 123.65 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 221 | 187 | 0.34 | 0 | 0.15 | 0.13 | 152.8 | 0.52 | 0.72 |
| Hex | 92 | DD | BB | 22 | 0 | F | D | 99 | 34 | 48 |
| Octal | 222 | 335 | 273 | 42 | 0 | 17 | 15 | 231 | 64 | 110 |
| Binary | 10010010 | 11011101 | 10111011 | 100010 | 0 | 1111 | 1101 | 10011001 | 110100 | 1001000 |
Color Harmonies of #92DDBB
Complementary color
Monochromatic Colors of #92DDBB
Black with #92DDBB
Text Example
Text Example
White with #92DDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DDBB; }
p { color: rgb(146,221,187); }
H1.HeaderClassName
{
color: #92DDBB;
}
.AnyTagClassName
{
color: #92DDBB;
}
</style>
background-color css
<style>
a { background-color: #92DDBB; }
a { background-color: rgb(146,221,187); }
div.DivClassName
{
background-color: #92DDBB;
}
.BgClassName
{
background-color: #92DDBB;
}
</style>
border-color css
<style>
span { border-color: #92DDBB; }
span { border-color: rgb(146,221,187); }
td.TdClassName
{
border-color: #92DDBB;
}
.TagClassName
{
border-color: #92DDBB;
}
</style>