Shades of Vista Blue #99DCBC
Tints of Vista Blue #99DCBC
RGB
CMYK
RGB Variations
Color information
#99DCBC (or 0x99DCBC) is known color: Vista Blue. HEX triplet: 99, DC and BC. RGB value is (153,220,188). Sum of RGB (Red+Green+Blue) = 153+220+188=561 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.27% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 220 - color contains mainly: green. Hex color #99DCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DCBC is #662343. Grayscale: #C4C4C4. Windows color (decimal): -6693700 or 12377241. OLE color: 12377241.
HSL color Cylindrical-coordinate representation of color #99DCBC: hue angle of 151.34º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DCBC is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 220 | 188 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.14 |
| HSL | 151.34º | 0.49% | 0.73% | - |
| HSV(B) | 151.34º | 0.3% | 0.86% | - |
| XYZ | 47.81 | 61.59 | 56.95 | - |
| YUV | 196.32 | 123.3 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 220 | 188 | 0.30 | 0 | 0.15 | 0.14 | 151.34 | 0.49 | 0.73 |
| Hex | 99 | DC | BC | 1E | 0 | F | E | 97 | 31 | 49 |
| Octal | 231 | 334 | 274 | 36 | 0 | 17 | 16 | 227 | 61 | 111 |
| Binary | 10011001 | 11011100 | 10111100 | 11110 | 0 | 1111 | 1110 | 10010111 | 110001 | 1001001 |
Color Harmonies of #99DCBC
Complementary color
Monochromatic Colors of #99DCBC
Black with #99DCBC
Text Example
Text Example
White with #99DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DCBC; }
p { color: rgb(153,220,188); }
H1.HeaderClassName
{
color: #99DCBC;
}
.AnyTagClassName
{
color: #99DCBC;
}
</style>
background-color css
<style>
a { background-color: #99DCBC; }
a { background-color: rgb(153,220,188); }
div.DivClassName
{
background-color: #99DCBC;
}
.BgClassName
{
background-color: #99DCBC;
}
</style>
border-color css
<style>
span { border-color: #99DCBC; }
span { border-color: rgb(153,220,188); }
td.TdClassName
{
border-color: #99DCBC;
}
.TagClassName
{
border-color: #99DCBC;
}
</style>