Shades of Vista Blue #99DBB8
Tints of Vista Blue #99DBB8
RGB
CMYK
RGB Variations
Color information
#99DBB8 (or 0x99DBB8) is known color: Vista Blue. HEX triplet: 99, DB and B8. RGB value is (153,219,184). Sum of RGB (Red+Green+Blue) = 153+219+184=556 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.52% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 184 (72.27% from 255 or 33.09% from 556); Max value from RGB is 219 - color contains mainly: green. Hex color #99DBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DBB8 is #662447. Grayscale: #C3C3C3. Windows color (decimal): -6693960 or 12114841. OLE color: 12114841.
HSL color Cylindrical-coordinate representation of color #99DBB8: hue angle of 148.18º 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 #99DBB8 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 219 | 184 | - |
| CMYK | 0.30 | 0 | 0.16 | 0.14 |
| HSL | 148.18º | 0.48% | 0.73% | - |
| HSV(B) | 148.18º | 0.3% | 0.86% | - |
| XYZ | 47.12 | 60.9 | 54.62 | - |
| YUV | 195.28 | 121.63 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 184 | 0.30 | 0 | 0.16 | 0.14 | 148.18 | 0.48 | 0.73 |
| Hex | 99 | DB | B8 | 1E | 0 | 10 | E | 94 | 30 | 49 |
| Octal | 231 | 333 | 270 | 36 | 0 | 20 | 16 | 224 | 60 | 111 |
| Binary | 10011001 | 11011011 | 10111000 | 11110 | 0 | 10000 | 1110 | 10010100 | 110000 | 1001001 |
Color Harmonies of #99DBB8
Complementary color
Monochromatic Colors of #99DBB8
Black with #99DBB8
Text Example
Text Example
White with #99DBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DBB8; }
p { color: rgb(153,219,184); }
H1.HeaderClassName
{
color: #99DBB8;
}
.AnyTagClassName
{
color: #99DBB8;
}
</style>
background-color css
<style>
a { background-color: #99DBB8; }
a { background-color: rgb(153,219,184); }
div.DivClassName
{
background-color: #99DBB8;
}
.BgClassName
{
background-color: #99DBB8;
}
</style>
border-color css
<style>
span { border-color: #99DBB8; }
span { border-color: rgb(153,219,184); }
td.TdClassName
{
border-color: #99DBB8;
}
.TagClassName
{
border-color: #99DBB8;
}
</style>