Shades of Vista Blue #99DCBF
Tints of Vista Blue #99DCBF
RGB
CMYK
RGB Variations
Color information
#99DCBF (or 0x99DCBF) is known color: Vista Blue. HEX triplet: 99, DC and BF. RGB value is (153,220,191). Sum of RGB (Red+Green+Blue) = 153+220+191=564 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.13% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 220 - color contains mainly: green. Hex color #99DCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DCBF is #662340. Grayscale: #C4C4C4. Windows color (decimal): -6693697 or 12573849. OLE color: 12573849.
HSL color Cylindrical-coordinate representation of color #99DCBF: hue angle of 154.03º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DCBF is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 220 | 191 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.14 |
| HSL | 154.03º | 0.49% | 0.73% | - |
| HSV(B) | 154.03º | 0.3% | 0.86% | - |
| XYZ | 48.13 | 61.72 | 58.67 | - |
| YUV | 196.66 | 124.8 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 220 | 191 | 0.30 | 0 | 0.13 | 0.14 | 154.03 | 0.49 | 0.73 |
| Hex | 99 | DC | BF | 1E | 0 | D | E | 9A | 31 | 49 |
| Octal | 231 | 334 | 277 | 36 | 0 | 15 | 16 | 232 | 61 | 111 |
| Binary | 10011001 | 11011100 | 10111111 | 11110 | 0 | 1101 | 1110 | 10011010 | 110001 | 1001001 |
Color Harmonies of #99DCBF
Complementary color
Monochromatic Colors of #99DCBF
Black with #99DCBF
Text Example
Text Example
White with #99DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DCBF; }
p { color: rgb(153,220,191); }
H1.HeaderClassName
{
color: #99DCBF;
}
.AnyTagClassName
{
color: #99DCBF;
}
</style>
background-color css
<style>
a { background-color: #99DCBF; }
a { background-color: rgb(153,220,191); }
div.DivClassName
{
background-color: #99DCBF;
}
.BgClassName
{
background-color: #99DCBF;
}
</style>
border-color css
<style>
span { border-color: #99DCBF; }
span { border-color: rgb(153,220,191); }
td.TdClassName
{
border-color: #99DCBF;
}
.TagClassName
{
border-color: #99DCBF;
}
</style>