Shades of Vista Blue #92DDBC
Tints of Vista Blue #92DDBC
RGB
CMYK
RGB Variations
Color information
#92DDBC (or 0x92DDBC) is known color: Vista Blue. HEX triplet: 92, DD and BC. RGB value is (146,221,188). Sum of RGB (Red+Green+Blue) = 146+221+188=555 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.31% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 221 - color contains mainly: green. Hex color #92DDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92DDBC is #6D2243. Grayscale: #C2C2C2. Windows color (decimal): -7152196 or 12377490. OLE color: 12377490.
HSL color Cylindrical-coordinate representation of color #92DDBC: hue angle of 153.6º 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 #92DDBC is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 221 | 188 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.13 |
| HSL | 153.6º | 0.52% | 0.72% | - |
| HSV(B) | 153.6º | 0.34% | 0.87% | - |
| XYZ | 46.79 | 61.45 | 56.97 | - |
| YUV | 194.81 | 124.15 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 221 | 188 | 0.34 | 0 | 0.15 | 0.13 | 153.6 | 0.52 | 0.72 |
| Hex | 92 | DD | BC | 22 | 0 | F | D | 9A | 34 | 48 |
| Octal | 222 | 335 | 274 | 42 | 0 | 17 | 15 | 232 | 64 | 110 |
| Binary | 10010010 | 11011101 | 10111100 | 100010 | 0 | 1111 | 1101 | 10011010 | 110100 | 1001000 |
Color Harmonies of #92DDBC
Complementary color
Monochromatic Colors of #92DDBC
Black with #92DDBC
Text Example
Text Example
White with #92DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DDBC; }
p { color: rgb(146,221,188); }
H1.HeaderClassName
{
color: #92DDBC;
}
.AnyTagClassName
{
color: #92DDBC;
}
</style>
background-color css
<style>
a { background-color: #92DDBC; }
a { background-color: rgb(146,221,188); }
div.DivClassName
{
background-color: #92DDBC;
}
.BgClassName
{
background-color: #92DDBC;
}
</style>
border-color css
<style>
span { border-color: #92DDBC; }
span { border-color: rgb(146,221,188); }
td.TdClassName
{
border-color: #92DDBC;
}
.TagClassName
{
border-color: #92DDBC;
}
</style>