Shades of Vista Blue #99DCBE
Tints of Vista Blue #99DCBE
RGB
CMYK
RGB Variations
Color information
#99DCBE (or 0x99DCBE) is known color: Vista Blue. HEX triplet: 99, DC and BE. RGB value is (153,220,190). Sum of RGB (Red+Green+Blue) = 153+220+190=563 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.18% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 220 - color contains mainly: green. Hex color #99DCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DCBE is #662341. Grayscale: #C4C4C4. Windows color (decimal): -6693698 or 12508313. OLE color: 12508313.
HSL color Cylindrical-coordinate representation of color #99DCBE: hue angle of 153.13º 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 #99DCBE is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 220 | 190 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.14 |
| HSL | 153.13º | 0.49% | 0.73% | - |
| HSV(B) | 153.13º | 0.3% | 0.86% | - |
| XYZ | 48.02 | 61.68 | 58.09 | - |
| YUV | 196.55 | 124.3 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 220 | 190 | 0.30 | 0 | 0.14 | 0.14 | 153.13 | 0.49 | 0.73 |
| Hex | 99 | DC | BE | 1E | 0 | E | E | 99 | 31 | 49 |
| Octal | 231 | 334 | 276 | 36 | 0 | 16 | 16 | 231 | 61 | 111 |
| Binary | 10011001 | 11011100 | 10111110 | 11110 | 0 | 1110 | 1110 | 10011001 | 110001 | 1001001 |
Color Harmonies of #99DCBE
Complementary color
Monochromatic Colors of #99DCBE
Black with #99DCBE
Text Example
Text Example
White with #99DCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DCBE; }
p { color: rgb(153,220,190); }
H1.HeaderClassName
{
color: #99DCBE;
}
.AnyTagClassName
{
color: #99DCBE;
}
</style>
background-color css
<style>
a { background-color: #99DCBE; }
a { background-color: rgb(153,220,190); }
div.DivClassName
{
background-color: #99DCBE;
}
.BgClassName
{
background-color: #99DCBE;
}
</style>
border-color css
<style>
span { border-color: #99DCBE; }
span { border-color: rgb(153,220,190); }
td.TdClassName
{
border-color: #99DCBE;
}
.TagClassName
{
border-color: #99DCBE;
}
</style>