Shades of Vista Blue #99D4BD
Tints of Vista Blue #99D4BD
RGB
CMYK
RGB Variations
Color information
#99D4BD (or 0x99D4BD) is known color: Vista Blue. HEX triplet: 99, D4 and BD. RGB value is (153,212,189). Sum of RGB (Red+Green+Blue) = 153+212+189=554 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.62% from 554); Green value is 212 (83.20% from 255 or 38.27% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 212 - color contains mainly: green. Hex color #99D4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D4BD is #662B42. Grayscale: #BFBFBF. Windows color (decimal): -6695747 or 12440729. OLE color: 12440729.
HSL color Cylindrical-coordinate representation of color #99D4BD: hue angle of 156.61º 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 #99D4BD is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 212 | 189 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.17 |
| HSL | 156.61º | 0.41% | 0.72% | - |
| HSV(B) | 156.61º | 0.28% | 0.83% | - |
| XYZ | 45.87 | 57.53 | 56.83 | - |
| YUV | 191.74 | 126.45 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 212 | 189 | 0.28 | 0 | 0.11 | 0.17 | 156.61 | 0.41 | 0.72 |
| Hex | 99 | D4 | BD | 1C | 0 | B | 11 | 9D | 29 | 48 |
| Octal | 231 | 324 | 275 | 34 | 0 | 13 | 21 | 235 | 51 | 110 |
| Binary | 10011001 | 11010100 | 10111101 | 11100 | 0 | 1011 | 10001 | 10011101 | 101001 | 1001000 |
Color Harmonies of #99D4BD
Complementary color
Monochromatic Colors of #99D4BD
Black with #99D4BD
Text Example
Text Example
White with #99D4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D4BD; }
p { color: rgb(153,212,189); }
H1.HeaderClassName
{
color: #99D4BD;
}
.AnyTagClassName
{
color: #99D4BD;
}
</style>
background-color css
<style>
a { background-color: #99D4BD; }
a { background-color: rgb(153,212,189); }
div.DivClassName
{
background-color: #99D4BD;
}
.BgClassName
{
background-color: #99D4BD;
}
</style>
border-color css
<style>
span { border-color: #99D4BD; }
span { border-color: rgb(153,212,189); }
td.TdClassName
{
border-color: #99D4BD;
}
.TagClassName
{
border-color: #99D4BD;
}
</style>