Shades of Vista Blue #99D9B5
Tints of Vista Blue #99D9B5
RGB
CMYK
RGB Variations
Color information
#99D9B5 (or 0x99D9B5) is known color: Vista Blue. HEX triplet: 99, D9 and B5. RGB value is (153,217,181). Sum of RGB (Red+Green+Blue) = 153+217+181=551 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.77% from 551); Green value is 217 (85.16% from 255 or 39.38% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 217 - color contains mainly: green. Hex color #99D9B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D9B5 is #66264A. Grayscale: #C1C1C1. Windows color (decimal): -6694475 or 11917721. OLE color: 11917721.
HSL color Cylindrical-coordinate representation of color #99D9B5: hue angle of 146.25º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D9B5 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 217 | 181 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.15 |
| HSL | 146.25º | 0.46% | 0.73% | - |
| HSV(B) | 146.25º | 0.29% | 0.85% | - |
| XYZ | 46.29 | 59.73 | 52.81 | - |
| YUV | 193.76 | 120.8 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 217 | 181 | 0.29 | 0 | 0.17 | 0.15 | 146.25 | 0.46 | 0.73 |
| Hex | 99 | D9 | B5 | 1D | 0 | 11 | F | 92 | 2E | 49 |
| Octal | 231 | 331 | 265 | 35 | 0 | 21 | 17 | 222 | 56 | 111 |
| Binary | 10011001 | 11011001 | 10110101 | 11101 | 0 | 10001 | 1111 | 10010010 | 101110 | 1001001 |
Color Harmonies of #99D9B5
Complementary color
Monochromatic Colors of #99D9B5
Black with #99D9B5
Text Example
Text Example
White with #99D9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D9B5; }
p { color: rgb(153,217,181); }
H1.HeaderClassName
{
color: #99D9B5;
}
.AnyTagClassName
{
color: #99D9B5;
}
</style>
background-color css
<style>
a { background-color: #99D9B5; }
a { background-color: rgb(153,217,181); }
div.DivClassName
{
background-color: #99D9B5;
}
.BgClassName
{
background-color: #99D9B5;
}
</style>
border-color css
<style>
span { border-color: #99D9B5; }
span { border-color: rgb(153,217,181); }
td.TdClassName
{
border-color: #99D9B5;
}
.TagClassName
{
border-color: #99D9B5;
}
</style>