Shades of Vista Blue #99DBB2
Tints of Vista Blue #99DBB2
RGB
CMYK
RGB Variations
Color information
#99DBB2 (or 0x99DBB2) is known color: Vista Blue. HEX triplet: 99, DB and B2. RGB value is (153,219,178). Sum of RGB (Red+Green+Blue) = 153+219+178=550 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.82% from 550); Green value is 219 (85.94% from 255 or 39.82% from 550); Blue value is 178 (69.92% from 255 or 32.36% from 550); Max value from RGB is 219 - color contains mainly: green. Hex color #99DBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DBB2 is #66244D. Grayscale: #C2C2C2. Windows color (decimal): -6693966 or 11721625. OLE color: 11721625.
HSL color Cylindrical-coordinate representation of color #99DBB2: hue angle of 142.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 #99DBB2 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 219 | 178 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.14 |
| HSL | 142.73º | 0.48% | 0.73% | - |
| HSV(B) | 142.73º | 0.3% | 0.86% | - |
| XYZ | 46.5 | 60.65 | 51.38 | - |
| YUV | 194.59 | 118.63 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 178 | 0.30 | 0 | 0.19 | 0.14 | 142.73 | 0.48 | 0.73 |
| Hex | 99 | DB | B2 | 1E | 0 | 13 | E | 8F | 30 | 49 |
| Octal | 231 | 333 | 262 | 36 | 0 | 23 | 16 | 217 | 60 | 111 |
| Binary | 10011001 | 11011011 | 10110010 | 11110 | 0 | 10011 | 1110 | 10001111 | 110000 | 1001001 |
Color Harmonies of #99DBB2
Complementary color
Monochromatic Colors of #99DBB2
Black with #99DBB2
Text Example
Text Example
White with #99DBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DBB2; }
p { color: rgb(153,219,178); }
H1.HeaderClassName
{
color: #99DBB2;
}
.AnyTagClassName
{
color: #99DBB2;
}
</style>
background-color css
<style>
a { background-color: #99DBB2; }
a { background-color: rgb(153,219,178); }
div.DivClassName
{
background-color: #99DBB2;
}
.BgClassName
{
background-color: #99DBB2;
}
</style>
border-color css
<style>
span { border-color: #99DBB2; }
span { border-color: rgb(153,219,178); }
td.TdClassName
{
border-color: #99DBB2;
}
.TagClassName
{
border-color: #99DBB2;
}
</style>