Shades of Vista Blue #99CFB0
Tints of Vista Blue #99CFB0
RGB
CMYK
RGB Variations
Color information
#99CFB0 (or 0x99CFB0) is known color: Vista Blue. HEX triplet: 99, CF and B0. RGB value is (153,207,176). Sum of RGB (Red+Green+Blue) = 153+207+176=536 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.54% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 176 (69.14% from 255 or 32.84% from 536); Max value from RGB is 207 - color contains mainly: green. Hex color #99CFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CFB0 is #66304F. Grayscale: #BBBBBB. Windows color (decimal): -6697040 or 11587481. OLE color: 11587481.
HSL color Cylindrical-coordinate representation of color #99CFB0: hue angle of 145.56º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99CFB0 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 207 | 176 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.19 |
| HSL | 145.56º | 0.36% | 0.71% | - |
| HSV(B) | 145.56º | 0.26% | 0.81% | - |
| XYZ | 43.29 | 54.53 | 49.32 | - |
| YUV | 187.32 | 121.61 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 207 | 176 | 0.26 | 0 | 0.15 | 0.19 | 145.56 | 0.36 | 0.71 |
| Hex | 99 | CF | B0 | 1A | 0 | F | 13 | 92 | 24 | 47 |
| Octal | 231 | 317 | 260 | 32 | 0 | 17 | 23 | 222 | 44 | 107 |
| Binary | 10011001 | 11001111 | 10110000 | 11010 | 0 | 1111 | 10011 | 10010010 | 100100 | 1000111 |
Color Harmonies of #99CFB0
Complementary color
Monochromatic Colors of #99CFB0
Black with #99CFB0
Text Example
Text Example
White with #99CFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CFB0; }
p { color: rgb(153,207,176); }
H1.HeaderClassName
{
color: #99CFB0;
}
.AnyTagClassName
{
color: #99CFB0;
}
</style>
background-color css
<style>
a { background-color: #99CFB0; }
a { background-color: rgb(153,207,176); }
div.DivClassName
{
background-color: #99CFB0;
}
.BgClassName
{
background-color: #99CFB0;
}
</style>
border-color css
<style>
span { border-color: #99CFB0; }
span { border-color: rgb(153,207,176); }
td.TdClassName
{
border-color: #99CFB0;
}
.TagClassName
{
border-color: #99CFB0;
}
</style>