Shades of Vista Blue #92DCBC
Tints of Vista Blue #92DCBC
RGB
CMYK
RGB Variations
Color information
#92DCBC (or 0x92DCBC) is known color: Vista Blue. HEX triplet: 92, DC and BC. RGB value is (146,220,188). Sum of RGB (Red+Green+Blue) = 146+220+188=554 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.35% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 220 - color contains mainly: green. Hex color #92DCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92DCBC is #6D2343. Grayscale: #C2C2C2. Windows color (decimal): -7152452 or 12377234. OLE color: 12377234.
HSL color Cylindrical-coordinate representation of color #92DCBC: hue angle of 154.05º 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 #92DCBC is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 220 | 188 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.14 |
| HSL | 154.05º | 0.51% | 0.72% | - |
| HSV(B) | 154.05º | 0.34% | 0.86% | - |
| XYZ | 46.52 | 60.93 | 56.89 | - |
| YUV | 194.23 | 124.48 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 220 | 188 | 0.34 | 0 | 0.15 | 0.14 | 154.05 | 0.51 | 0.72 |
| Hex | 92 | DC | BC | 22 | 0 | F | E | 9A | 33 | 48 |
| Octal | 222 | 334 | 274 | 42 | 0 | 17 | 16 | 232 | 63 | 110 |
| Binary | 10010010 | 11011100 | 10111100 | 100010 | 0 | 1111 | 1110 | 10011010 | 110011 | 1001000 |
Color Harmonies of #92DCBC
Complementary color
Monochromatic Colors of #92DCBC
Black with #92DCBC
Text Example
Text Example
White with #92DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DCBC; }
p { color: rgb(146,220,188); }
H1.HeaderClassName
{
color: #92DCBC;
}
.AnyTagClassName
{
color: #92DCBC;
}
</style>
background-color css
<style>
a { background-color: #92DCBC; }
a { background-color: rgb(146,220,188); }
div.DivClassName
{
background-color: #92DCBC;
}
.BgClassName
{
background-color: #92DCBC;
}
</style>
border-color css
<style>
span { border-color: #92DCBC; }
span { border-color: rgb(146,220,188); }
td.TdClassName
{
border-color: #92DCBC;
}
.TagClassName
{
border-color: #92DCBC;
}
</style>