Shades of Vista Blue #99D4B6
Tints of Vista Blue #99D4B6
RGB
CMYK
RGB Variations
Color information
#99D4B6 (or 0x99D4B6) is known color: Vista Blue. HEX triplet: 99, D4 and B6. RGB value is (153,212,182). Sum of RGB (Red+Green+Blue) = 153+212+182=547 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.97% from 547); Green value is 212 (83.20% from 255 or 38.76% from 547); Blue value is 182 (71.48% from 255 or 33.27% from 547); Max value from RGB is 212 - color contains mainly: green. Hex color #99D4B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D4B6 is #662B49. Grayscale: #BFBFBF. Windows color (decimal): -6695754 or 11981977. OLE color: 11981977.
HSL color Cylindrical-coordinate representation of color #99D4B6: hue angle of 149.49º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99D4B6 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 212 | 182 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.17 |
| HSL | 149.49º | 0.41% | 0.72% | - |
| HSV(B) | 149.49º | 0.28% | 0.83% | - |
| XYZ | 45.12 | 57.24 | 52.93 | - |
| YUV | 190.94 | 122.95 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 212 | 182 | 0.28 | 0 | 0.14 | 0.17 | 149.49 | 0.41 | 0.72 |
| Hex | 99 | D4 | B6 | 1C | 0 | E | 11 | 95 | 29 | 48 |
| Octal | 231 | 324 | 266 | 34 | 0 | 16 | 21 | 225 | 51 | 110 |
| Binary | 10011001 | 11010100 | 10110110 | 11100 | 0 | 1110 | 10001 | 10010101 | 101001 | 1001000 |
Color Harmonies of #99D4B6
Complementary color
Monochromatic Colors of #99D4B6
Black with #99D4B6
Text Example
Text Example
White with #99D4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D4B6; }
p { color: rgb(153,212,182); }
H1.HeaderClassName
{
color: #99D4B6;
}
.AnyTagClassName
{
color: #99D4B6;
}
</style>
background-color css
<style>
a { background-color: #99D4B6; }
a { background-color: rgb(153,212,182); }
div.DivClassName
{
background-color: #99D4B6;
}
.BgClassName
{
background-color: #99D4B6;
}
</style>
border-color css
<style>
span { border-color: #99D4B6; }
span { border-color: rgb(153,212,182); }
td.TdClassName
{
border-color: #99D4B6;
}
.TagClassName
{
border-color: #99D4B6;
}
</style>