Shades of Vista Blue #99DBB6
Tints of Vista Blue #99DBB6
RGB
CMYK
RGB Variations
Color information
#99DBB6 (or 0x99DBB6) is known color: Vista Blue. HEX triplet: 99, DB and B6. RGB value is (153,219,182). Sum of RGB (Red+Green+Blue) = 153+219+182=554 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.62% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 182 (71.48% from 255 or 32.85% from 554); Max value from RGB is 219 - color contains mainly: green. Hex color #99DBB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DBB6 is #662449. Grayscale: #C3C3C3. Windows color (decimal): -6693962 or 11983769. OLE color: 11983769.
HSL color Cylindrical-coordinate representation of color #99DBB6: hue angle of 146.36º 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 #99DBB6 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 219 | 182 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.14 |
| HSL | 146.36º | 0.48% | 0.73% | - |
| HSV(B) | 146.36º | 0.3% | 0.86% | - |
| XYZ | 46.91 | 60.81 | 53.52 | - |
| YUV | 195.05 | 120.63 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 182 | 0.30 | 0 | 0.17 | 0.14 | 146.36 | 0.48 | 0.73 |
| Hex | 99 | DB | B6 | 1E | 0 | 11 | E | 92 | 30 | 49 |
| Octal | 231 | 333 | 266 | 36 | 0 | 21 | 16 | 222 | 60 | 111 |
| Binary | 10011001 | 11011011 | 10110110 | 11110 | 0 | 10001 | 1110 | 10010010 | 110000 | 1001001 |
Color Harmonies of #99DBB6
Complementary color
Monochromatic Colors of #99DBB6
Black with #99DBB6
Text Example
Text Example
White with #99DBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DBB6; }
p { color: rgb(153,219,182); }
H1.HeaderClassName
{
color: #99DBB6;
}
.AnyTagClassName
{
color: #99DBB6;
}
</style>
background-color css
<style>
a { background-color: #99DBB6; }
a { background-color: rgb(153,219,182); }
div.DivClassName
{
background-color: #99DBB6;
}
.BgClassName
{
background-color: #99DBB6;
}
</style>
border-color css
<style>
span { border-color: #99DBB6; }
span { border-color: rgb(153,219,182); }
td.TdClassName
{
border-color: #99DBB6;
}
.TagClassName
{
border-color: #99DBB6;
}
</style>