Shades of Vista Blue #99DCB2
Tints of Vista Blue #99DCB2
RGB
CMYK
RGB Variations
Color information
#99DCB2 (or 0x99DCB2) is known color: Vista Blue. HEX triplet: 99, DC and B2. RGB value is (153,220,178). Sum of RGB (Red+Green+Blue) = 153+220+178=551 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.77% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 178 (69.92% from 255 or 32.30% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #99DCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DCB2 is #66234D. Grayscale: #C3C3C3. Windows color (decimal): -6693710 or 11721881. OLE color: 11721881.
HSL color Cylindrical-coordinate representation of color #99DCB2: hue angle of 142.39º 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 #99DCB2 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 220 | 178 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.14 |
| HSL | 142.39º | 0.49% | 0.73% | - |
| HSV(B) | 142.39º | 0.3% | 0.86% | - |
| XYZ | 46.77 | 61.17 | 51.46 | - |
| YUV | 195.18 | 118.3 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 220 | 178 | 0.30 | 0 | 0.19 | 0.14 | 142.39 | 0.49 | 0.73 |
| Hex | 99 | DC | B2 | 1E | 0 | 13 | E | 8E | 31 | 49 |
| Octal | 231 | 334 | 262 | 36 | 0 | 23 | 16 | 216 | 61 | 111 |
| Binary | 10011001 | 11011100 | 10110010 | 11110 | 0 | 10011 | 1110 | 10001110 | 110001 | 1001001 |
Color Harmonies of #99DCB2
Complementary color
Monochromatic Colors of #99DCB2
Black with #99DCB2
Text Example
Text Example
White with #99DCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DCB2; }
p { color: rgb(153,220,178); }
H1.HeaderClassName
{
color: #99DCB2;
}
.AnyTagClassName
{
color: #99DCB2;
}
</style>
background-color css
<style>
a { background-color: #99DCB2; }
a { background-color: rgb(153,220,178); }
div.DivClassName
{
background-color: #99DCB2;
}
.BgClassName
{
background-color: #99DCB2;
}
</style>
border-color css
<style>
span { border-color: #99DCB2; }
span { border-color: rgb(153,220,178); }
td.TdClassName
{
border-color: #99DCB2;
}
.TagClassName
{
border-color: #99DCB2;
}
</style>