Shades of Vista Blue #99DBBC
Tints of Vista Blue #99DBBC
RGB
CMYK
RGB Variations
Color information
#99DBBC (or 0x99DBBC) is known color: Vista Blue. HEX triplet: 99, DB and BC. RGB value is (153,219,188). Sum of RGB (Red+Green+Blue) = 153+219+188=560 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.32% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 188 (73.83% from 255 or 33.57% from 560); Max value from RGB is 219 - color contains mainly: green. Hex color #99DBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DBBC is #662443. Grayscale: #C3C3C3. Windows color (decimal): -6693956 or 12376985. OLE color: 12376985.
HSL color Cylindrical-coordinate representation of color #99DBBC: hue angle of 151.82º 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 #99DBBC is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 219 | 188 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.14 |
| HSL | 151.82º | 0.48% | 0.73% | - |
| HSV(B) | 151.82º | 0.3% | 0.86% | - |
| XYZ | 47.55 | 61.07 | 56.86 | - |
| YUV | 195.73 | 123.63 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 188 | 0.30 | 0 | 0.14 | 0.14 | 151.82 | 0.48 | 0.73 |
| Hex | 99 | DB | BC | 1E | 0 | E | E | 98 | 30 | 49 |
| Octal | 231 | 333 | 274 | 36 | 0 | 16 | 16 | 230 | 60 | 111 |
| Binary | 10011001 | 11011011 | 10111100 | 11110 | 0 | 1110 | 1110 | 10011000 | 110000 | 1001001 |
Color Harmonies of #99DBBC
Complementary color
Monochromatic Colors of #99DBBC
Black with #99DBBC
Text Example
Text Example
White with #99DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DBBC; }
p { color: rgb(153,219,188); }
H1.HeaderClassName
{
color: #99DBBC;
}
.AnyTagClassName
{
color: #99DBBC;
}
</style>
background-color css
<style>
a { background-color: #99DBBC; }
a { background-color: rgb(153,219,188); }
div.DivClassName
{
background-color: #99DBBC;
}
.BgClassName
{
background-color: #99DBBC;
}
</style>
border-color css
<style>
span { border-color: #99DBBC; }
span { border-color: rgb(153,219,188); }
td.TdClassName
{
border-color: #99DBBC;
}
.TagClassName
{
border-color: #99DBBC;
}
</style>