Shades of Vista Blue #99D6B2
Tints of Vista Blue #99D6B2
RGB
CMYK
RGB Variations
Color information
#99D6B2 (or 0x99D6B2) is known color: Vista Blue. HEX triplet: 99, D6 and B2. RGB value is (153,214,178). Sum of RGB (Red+Green+Blue) = 153+214+178=545 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.07% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 214 - color contains mainly: green. Hex color #99D6B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D6B2 is #66294D. Grayscale: #BFBFBF. Windows color (decimal): -6695246 or 11720345. OLE color: 11720345.
HSL color Cylindrical-coordinate representation of color #99D6B2: hue angle of 144.59º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D6B2 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 214 | 178 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.16 |
| HSL | 144.59º | 0.43% | 0.72% | - |
| HSV(B) | 144.59º | 0.29% | 0.84% | - |
| XYZ | 45.22 | 58.08 | 50.95 | - |
| YUV | 191.66 | 120.29 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 214 | 178 | 0.29 | 0 | 0.17 | 0.16 | 144.59 | 0.43 | 0.72 |
| Hex | 99 | D6 | B2 | 1D | 0 | 11 | 10 | 91 | 2B | 48 |
| Octal | 231 | 326 | 262 | 35 | 0 | 21 | 20 | 221 | 53 | 110 |
| Binary | 10011001 | 11010110 | 10110010 | 11101 | 0 | 10001 | 10000 | 10010001 | 101011 | 1001000 |
Color Harmonies of #99D6B2
Complementary color
Monochromatic Colors of #99D6B2
Black with #99D6B2
Text Example
Text Example
White with #99D6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D6B2; }
p { color: rgb(153,214,178); }
H1.HeaderClassName
{
color: #99D6B2;
}
.AnyTagClassName
{
color: #99D6B2;
}
</style>
background-color css
<style>
a { background-color: #99D6B2; }
a { background-color: rgb(153,214,178); }
div.DivClassName
{
background-color: #99D6B2;
}
.BgClassName
{
background-color: #99D6B2;
}
</style>
border-color css
<style>
span { border-color: #99D6B2; }
span { border-color: rgb(153,214,178); }
td.TdClassName
{
border-color: #99D6B2;
}
.TagClassName
{
border-color: #99D6B2;
}
</style>