Shades of Vista Blue #99DCBD
Tints of Vista Blue #99DCBD
RGB
CMYK
RGB Variations
Color information
#99DCBD (or 0x99DCBD) is known color: Vista Blue. HEX triplet: 99, DC and BD. RGB value is (153,220,189). Sum of RGB (Red+Green+Blue) = 153+220+189=562 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.22% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 220 - color contains mainly: green. Hex color #99DCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DCBD is #662342. Grayscale: #C4C4C4. Windows color (decimal): -6693699 or 12442777. OLE color: 12442777.
HSL color Cylindrical-coordinate representation of color #99DCBD: hue angle of 152.24º 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 #99DCBD is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 220 | 189 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.14 |
| HSL | 152.24º | 0.49% | 0.73% | - |
| HSV(B) | 152.24º | 0.3% | 0.86% | - |
| XYZ | 47.92 | 61.63 | 57.52 | - |
| YUV | 196.43 | 123.8 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 220 | 189 | 0.30 | 0 | 0.14 | 0.14 | 152.24 | 0.49 | 0.73 |
| Hex | 99 | DC | BD | 1E | 0 | E | E | 98 | 31 | 49 |
| Octal | 231 | 334 | 275 | 36 | 0 | 16 | 16 | 230 | 61 | 111 |
| Binary | 10011001 | 11011100 | 10111101 | 11110 | 0 | 1110 | 1110 | 10011000 | 110001 | 1001001 |
Color Harmonies of #99DCBD
Complementary color
Monochromatic Colors of #99DCBD
Black with #99DCBD
Text Example
Text Example
White with #99DCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DCBD; }
p { color: rgb(153,220,189); }
H1.HeaderClassName
{
color: #99DCBD;
}
.AnyTagClassName
{
color: #99DCBD;
}
</style>
background-color css
<style>
a { background-color: #99DCBD; }
a { background-color: rgb(153,220,189); }
div.DivClassName
{
background-color: #99DCBD;
}
.BgClassName
{
background-color: #99DCBD;
}
</style>
border-color css
<style>
span { border-color: #99DCBD; }
span { border-color: rgb(153,220,189); }
td.TdClassName
{
border-color: #99DCBD;
}
.TagClassName
{
border-color: #99DCBD;
}
</style>