Shades of Vista Blue #99D3B6
Tints of Vista Blue #99D3B6
RGB
CMYK
RGB Variations
Color information
#99D3B6 (or 0x99D3B6) is known color: Vista Blue. HEX triplet: 99, D3 and B6. RGB value is (153,211,182). Sum of RGB (Red+Green+Blue) = 153+211+182=546 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.02% from 546); Green value is 211 (82.81% from 255 or 38.64% from 546); Blue value is 182 (71.48% from 255 or 33.33% from 546); Max value from RGB is 211 - color contains mainly: green. Hex color #99D3B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D3B6 is #662C49. Grayscale: #BEBEBE. Windows color (decimal): -6696010 or 11981721. OLE color: 11981721.
HSL color Cylindrical-coordinate representation of color #99D3B6: hue angle of 150º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99D3B6 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 211 | 182 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.17 |
| HSL | 150º | 0.4% | 0.71% | - |
| HSV(B) | 150º | 0.27% | 0.83% | - |
| XYZ | 44.87 | 56.74 | 52.84 | - |
| YUV | 190.35 | 123.28 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 211 | 182 | 0.27 | 0 | 0.14 | 0.17 | 150 | 0.4 | 0.71 |
| Hex | 99 | D3 | B6 | 1B | 0 | E | 11 | 96 | 28 | 47 |
| Octal | 231 | 323 | 266 | 33 | 0 | 16 | 21 | 226 | 50 | 107 |
| Binary | 10011001 | 11010011 | 10110110 | 11011 | 0 | 1110 | 10001 | 10010110 | 101000 | 1000111 |
Color Harmonies of #99D3B6
Complementary color
Monochromatic Colors of #99D3B6
Black with #99D3B6
Text Example
Text Example
White with #99D3B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D3B6; }
p { color: rgb(153,211,182); }
H1.HeaderClassName
{
color: #99D3B6;
}
.AnyTagClassName
{
color: #99D3B6;
}
</style>
background-color css
<style>
a { background-color: #99D3B6; }
a { background-color: rgb(153,211,182); }
div.DivClassName
{
background-color: #99D3B6;
}
.BgClassName
{
background-color: #99D3B6;
}
</style>
border-color css
<style>
span { border-color: #99D3B6; }
span { border-color: rgb(153,211,182); }
td.TdClassName
{
border-color: #99D3B6;
}
.TagClassName
{
border-color: #99D3B6;
}
</style>