Shades of Vista Blue #99D5B6
Tints of Vista Blue #99D5B6
RGB
CMYK
RGB Variations
Color information
#99D5B6 (or 0x99D5B6) is known color: Vista Blue. HEX triplet: 99, D5 and B6. RGB value is (153,213,182). Sum of RGB (Red+Green+Blue) = 153+213+182=548 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.92% from 548); Green value is 213 (83.59% from 255 or 38.87% from 548); Blue value is 182 (71.48% from 255 or 33.21% from 548); Max value from RGB is 213 - color contains mainly: green. Hex color #99D5B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D5B6 is #662A49. Grayscale: #BFBFBF. Windows color (decimal): -6695498 or 11982233. OLE color: 11982233.
HSL color Cylindrical-coordinate representation of color #99D5B6: hue angle of 149º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99D5B6 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 213 | 182 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.16 |
| HSL | 149º | 0.42% | 0.72% | - |
| HSV(B) | 149º | 0.28% | 0.84% | - |
| XYZ | 45.37 | 57.74 | 53.01 | - |
| YUV | 191.53 | 122.62 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 213 | 182 | 0.28 | 0 | 0.15 | 0.16 | 149 | 0.42 | 0.72 |
| Hex | 99 | D5 | B6 | 1C | 0 | F | 10 | 95 | 2A | 48 |
| Octal | 231 | 325 | 266 | 34 | 0 | 17 | 20 | 225 | 52 | 110 |
| Binary | 10011001 | 11010101 | 10110110 | 11100 | 0 | 1111 | 10000 | 10010101 | 101010 | 1001000 |
Color Harmonies of #99D5B6
Complementary color
Monochromatic Colors of #99D5B6
Black with #99D5B6
Text Example
Text Example
White with #99D5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D5B6; }
p { color: rgb(153,213,182); }
H1.HeaderClassName
{
color: #99D5B6;
}
.AnyTagClassName
{
color: #99D5B6;
}
</style>
background-color css
<style>
a { background-color: #99D5B6; }
a { background-color: rgb(153,213,182); }
div.DivClassName
{
background-color: #99D5B6;
}
.BgClassName
{
background-color: #99D5B6;
}
</style>
border-color css
<style>
span { border-color: #99D5B6; }
span { border-color: rgb(153,213,182); }
td.TdClassName
{
border-color: #99D5B6;
}
.TagClassName
{
border-color: #99D5B6;
}
</style>