Shades of Vista Blue #99DBC2
Tints of Vista Blue #99DBC2
RGB
CMYK
RGB Variations
Color information
#99DBC2 (or 0x99DBC2) is known color: Vista Blue. HEX triplet: 99, DB and C2. RGB value is (153,219,194). Sum of RGB (Red+Green+Blue) = 153+219+194=566 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.03% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 194 (76.17% from 255 or 34.28% from 566); Max value from RGB is 219 - color contains mainly: green. Hex color #99DBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DBC2 is #66243D. Grayscale: #C4C4C4. Windows color (decimal): -6693950 or 12770201. OLE color: 12770201.
HSL color Cylindrical-coordinate representation of color #99DBC2: hue angle of 157.27º 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 #99DBC2 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 219 | 194 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.14 |
| HSL | 157.27º | 0.48% | 0.73% | - |
| HSV(B) | 157.27º | 0.3% | 0.86% | - |
| XYZ | 48.21 | 61.33 | 60.34 | - |
| YUV | 196.42 | 126.63 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 194 | 0.30 | 0 | 0.11 | 0.14 | 157.27 | 0.48 | 0.73 |
| Hex | 99 | DB | C2 | 1E | 0 | B | E | 9D | 30 | 49 |
| Octal | 231 | 333 | 302 | 36 | 0 | 13 | 16 | 235 | 60 | 111 |
| Binary | 10011001 | 11011011 | 11000010 | 11110 | 0 | 1011 | 1110 | 10011101 | 110000 | 1001001 |
Color Harmonies of #99DBC2
Complementary color
Monochromatic Colors of #99DBC2
Black with #99DBC2
Text Example
Text Example
White with #99DBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DBC2; }
p { color: rgb(153,219,194); }
H1.HeaderClassName
{
color: #99DBC2;
}
.AnyTagClassName
{
color: #99DBC2;
}
</style>
background-color css
<style>
a { background-color: #99DBC2; }
a { background-color: rgb(153,219,194); }
div.DivClassName
{
background-color: #99DBC2;
}
.BgClassName
{
background-color: #99DBC2;
}
</style>
border-color css
<style>
span { border-color: #99DBC2; }
span { border-color: rgb(153,219,194); }
td.TdClassName
{
border-color: #99DBC2;
}
.TagClassName
{
border-color: #99DBC2;
}
</style>