Shades of Vista Blue #99DCB4
Tints of Vista Blue #99DCB4
RGB
CMYK
RGB Variations
Color information
#99DCB4 (or 0x99DCB4) is known color: Vista Blue. HEX triplet: 99, DC and B4. RGB value is (153,220,180). Sum of RGB (Red+Green+Blue) = 153+220+180=553 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.67% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 180 (70.70% from 255 or 32.55% from 553); Max value from RGB is 220 - color contains mainly: green. Hex color #99DCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DCB4 is #66234B. Grayscale: #C3C3C3. Windows color (decimal): -6693708 or 11852953. OLE color: 11852953.
HSL color Cylindrical-coordinate representation of color #99DCB4: hue angle of 144.18º 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 #99DCB4 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 220 | 180 | - |
| CMYK | 0.30 | 0 | 0.18 | 0.14 |
| HSL | 144.18º | 0.49% | 0.73% | - |
| HSV(B) | 144.18º | 0.3% | 0.86% | - |
| XYZ | 46.97 | 61.25 | 52.53 | - |
| YUV | 195.41 | 119.3 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 220 | 180 | 0.30 | 0 | 0.18 | 0.14 | 144.18 | 0.49 | 0.73 |
| Hex | 99 | DC | B4 | 1E | 0 | 12 | E | 90 | 31 | 49 |
| Octal | 231 | 334 | 264 | 36 | 0 | 22 | 16 | 220 | 61 | 111 |
| Binary | 10011001 | 11011100 | 10110100 | 11110 | 0 | 10010 | 1110 | 10010000 | 110001 | 1001001 |
Color Harmonies of #99DCB4
Complementary color
Monochromatic Colors of #99DCB4
Black with #99DCB4
Text Example
Text Example
White with #99DCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DCB4; }
p { color: rgb(153,220,180); }
H1.HeaderClassName
{
color: #99DCB4;
}
.AnyTagClassName
{
color: #99DCB4;
}
</style>
background-color css
<style>
a { background-color: #99DCB4; }
a { background-color: rgb(153,220,180); }
div.DivClassName
{
background-color: #99DCB4;
}
.BgClassName
{
background-color: #99DCB4;
}
</style>
border-color css
<style>
span { border-color: #99DCB4; }
span { border-color: rgb(153,220,180); }
td.TdClassName
{
border-color: #99DCB4;
}
.TagClassName
{
border-color: #99DCB4;
}
</style>