Shades of Vista Blue #99DBBD
Tints of Vista Blue #99DBBD
RGB
CMYK
RGB Variations
Color information
#99DBBD (or 0x99DBBD) is known color: Vista Blue. HEX triplet: 99, DB and BD. RGB value is (153,219,189). Sum of RGB (Red+Green+Blue) = 153+219+189=561 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.27% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 219 - color contains mainly: green. Hex color #99DBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DBBD is #662442. Grayscale: #C3C3C3. Windows color (decimal): -6693955 or 12442521. OLE color: 12442521.
HSL color Cylindrical-coordinate representation of color #99DBBD: hue angle of 152.73º degrees, saturation: 0.48, 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 #99DBBD is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 219 | 189 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.14 |
| HSL | 152.73º | 0.48% | 0.73% | - |
| HSV(B) | 152.73º | 0.3% | 0.86% | - |
| XYZ | 47.65 | 61.11 | 57.43 | - |
| YUV | 195.85 | 124.13 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 189 | 0.30 | 0 | 0.14 | 0.14 | 152.73 | 0.48 | 0.73 |
| Hex | 99 | DB | BD | 1E | 0 | E | E | 99 | 30 | 49 |
| Octal | 231 | 333 | 275 | 36 | 0 | 16 | 16 | 231 | 60 | 111 |
| Binary | 10011001 | 11011011 | 10111101 | 11110 | 0 | 1110 | 1110 | 10011001 | 110000 | 1001001 |
Color Harmonies of #99DBBD
Complementary color
Monochromatic Colors of #99DBBD
Black with #99DBBD
Text Example
Text Example
White with #99DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DBBD; }
p { color: rgb(153,219,189); }
H1.HeaderClassName
{
color: #99DBBD;
}
.AnyTagClassName
{
color: #99DBBD;
}
</style>
background-color css
<style>
a { background-color: #99DBBD; }
a { background-color: rgb(153,219,189); }
div.DivClassName
{
background-color: #99DBBD;
}
.BgClassName
{
background-color: #99DBBD;
}
</style>
border-color css
<style>
span { border-color: #99DBBD; }
span { border-color: rgb(153,219,189); }
td.TdClassName
{
border-color: #99DBBD;
}
.TagClassName
{
border-color: #99DBBD;
}
</style>