Shades of Vista Blue #99DFAF
Tints of Vista Blue #99DFAF
RGB
CMYK
RGB Variations
Color information
#99DFAF (or 0x99DFAF) is known color: Vista Blue. HEX triplet: 99, DF and AF. RGB value is (153,223,175). Sum of RGB (Red+Green+Blue) = 153+223+175=551 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.77% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 223 - color contains mainly: green. Hex color #99DFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DFAF is #662050. Grayscale: #C4C4C4. Windows color (decimal): -6692945 or 11526041. OLE color: 11526041.
HSL color Cylindrical-coordinate representation of color #99DFAF: hue angle of 138.86º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DFAF is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 223 | 175 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.13 |
| HSL | 138.86º | 0.52% | 0.74% | - |
| HSV(B) | 138.86º | 0.31% | 0.87% | - |
| XYZ | 47.26 | 62.64 | 50.16 | - |
| YUV | 196.6 | 115.81 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 223 | 175 | 0.31 | 0 | 0.22 | 0.13 | 138.86 | 0.52 | 0.74 |
| Hex | 99 | DF | AF | 1F | 0 | 16 | D | 8B | 34 | 4A |
| Octal | 231 | 337 | 257 | 37 | 0 | 26 | 15 | 213 | 64 | 112 |
| Binary | 10011001 | 11011111 | 10101111 | 11111 | 0 | 10110 | 1101 | 10001011 | 110100 | 1001010 |
Color Harmonies of #99DFAF
Complementary color
Monochromatic Colors of #99DFAF
Black with #99DFAF
Text Example
Text Example
White with #99DFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DFAF; }
p { color: rgb(153,223,175); }
H1.HeaderClassName
{
color: #99DFAF;
}
.AnyTagClassName
{
color: #99DFAF;
}
</style>
background-color css
<style>
a { background-color: #99DFAF; }
a { background-color: rgb(153,223,175); }
div.DivClassName
{
background-color: #99DFAF;
}
.BgClassName
{
background-color: #99DFAF;
}
</style>
border-color css
<style>
span { border-color: #99DFAF; }
span { border-color: rgb(153,223,175); }
td.TdClassName
{
border-color: #99DFAF;
}
.TagClassName
{
border-color: #99DFAF;
}
</style>