Shades of Vista Blue #99C5B0
Tints of Vista Blue #99C5B0
RGB
CMYK
RGB Variations
Color information
#99C5B0 (or 0x99C5B0) is known color: Vista Blue. HEX triplet: 99, C5 and B0. RGB value is (153,197,176). Sum of RGB (Red+Green+Blue) = 153+197+176=526 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.09% from 526); Green value is 197 (77.34% from 255 or 37.45% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 197 - color contains mainly: green. Hex color #99C5B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C5B0 is #663A4F. Grayscale: #B5B5B5. Windows color (decimal): -6699600 or 11584921. OLE color: 11584921.
HSL color Cylindrical-coordinate representation of color #99C5B0: hue angle of 151.36º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99C5B0 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 197 | 176 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.23 |
| HSL | 151.36º | 0.28% | 0.69% | - |
| HSV(B) | 151.36º | 0.22% | 0.77% | - |
| XYZ | 40.94 | 49.84 | 48.54 | - |
| YUV | 181.45 | 124.92 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 197 | 176 | 0.22 | 0 | 0.11 | 0.23 | 151.36 | 0.28 | 0.69 |
| Hex | 99 | C5 | B0 | 16 | 0 | B | 17 | 97 | 1C | 45 |
| Octal | 231 | 305 | 260 | 26 | 0 | 13 | 27 | 227 | 34 | 105 |
| Binary | 10011001 | 11000101 | 10110000 | 10110 | 0 | 1011 | 10111 | 10010111 | 11100 | 1000101 |
Color Harmonies of #99C5B0
Complementary color
Monochromatic Colors of #99C5B0
Black with #99C5B0
Text Example
Text Example
White with #99C5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C5B0; }
p { color: rgb(153,197,176); }
H1.HeaderClassName
{
color: #99C5B0;
}
.AnyTagClassName
{
color: #99C5B0;
}
</style>
background-color css
<style>
a { background-color: #99C5B0; }
a { background-color: rgb(153,197,176); }
div.DivClassName
{
background-color: #99C5B0;
}
.BgClassName
{
background-color: #99C5B0;
}
</style>
border-color css
<style>
span { border-color: #99C5B0; }
span { border-color: rgb(153,197,176); }
td.TdClassName
{
border-color: #99C5B0;
}
.TagClassName
{
border-color: #99C5B0;
}
</style>