Shades of Vista Blue #99DCB0
Tints of Vista Blue #99DCB0
RGB
CMYK
RGB Variations
Color information
#99DCB0 (or 0x99DCB0) is known color: Vista Blue. HEX triplet: 99, DC and B0. RGB value is (153,220,176). Sum of RGB (Red+Green+Blue) = 153+220+176=549 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.87% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 220 - color contains mainly: green. Hex color #99DCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DCB0 is #66234F. Grayscale: #C3C3C3. Windows color (decimal): -6693712 or 11590809. OLE color: 11590809.
HSL color Cylindrical-coordinate representation of color #99DCB0: hue angle of 140.6º 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 #99DCB0 is Cyan = 0.30, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 220 | 176 | - |
| CMYK | 0.30 | 0 | 0.2 | 0.14 |
| HSL | 140.6º | 0.49% | 0.73% | - |
| HSV(B) | 140.6º | 0.3% | 0.86% | - |
| XYZ | 46.57 | 61.09 | 50.41 | - |
| YUV | 194.95 | 117.3 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 220 | 176 | 0.30 | 0 | 0.2 | 0.14 | 140.6 | 0.49 | 0.73 |
| Hex | 99 | DC | B0 | 1E | 0 | 14 | E | 8D | 31 | 49 |
| Octal | 231 | 334 | 260 | 36 | 0 | 24 | 16 | 215 | 61 | 111 |
| Binary | 10011001 | 11011100 | 10110000 | 11110 | 0 | 10100 | 1110 | 10001101 | 110001 | 1001001 |
Color Harmonies of #99DCB0
Complementary color
Monochromatic Colors of #99DCB0
Black with #99DCB0
Text Example
Text Example
White with #99DCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DCB0; }
p { color: rgb(153,220,176); }
H1.HeaderClassName
{
color: #99DCB0;
}
.AnyTagClassName
{
color: #99DCB0;
}
</style>
background-color css
<style>
a { background-color: #99DCB0; }
a { background-color: rgb(153,220,176); }
div.DivClassName
{
background-color: #99DCB0;
}
.BgClassName
{
background-color: #99DCB0;
}
</style>
border-color css
<style>
span { border-color: #99DCB0; }
span { border-color: rgb(153,220,176); }
td.TdClassName
{
border-color: #99DCB0;
}
.TagClassName
{
border-color: #99DCB0;
}
</style>