Shades of Vista Blue #99CFB5
Tints of Vista Blue #99CFB5
RGB
CMYK
RGB Variations
Color information
#99CFB5 (or 0x99CFB5) is known color: Vista Blue. HEX triplet: 99, CF and B5. RGB value is (153,207,181). Sum of RGB (Red+Green+Blue) = 153+207+181=541 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.28% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 181 (71.09% from 255 or 33.46% from 541); Max value from RGB is 207 - color contains mainly: green. Hex color #99CFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CFB5 is #66304A. Grayscale: #BBBBBB. Windows color (decimal): -6697035 or 11915161. OLE color: 11915161.
HSL color Cylindrical-coordinate representation of color #99CFB5: hue angle of 151.11º 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 #99CFB5 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 207 | 181 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.19 |
| HSL | 151.11º | 0.36% | 0.71% | - |
| HSV(B) | 151.11º | 0.26% | 0.81% | - |
| XYZ | 43.79 | 54.73 | 51.97 | - |
| YUV | 187.89 | 124.11 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 207 | 181 | 0.26 | 0 | 0.13 | 0.19 | 151.11 | 0.36 | 0.71 |
| Hex | 99 | CF | B5 | 1A | 0 | D | 13 | 97 | 24 | 47 |
| Octal | 231 | 317 | 265 | 32 | 0 | 15 | 23 | 227 | 44 | 107 |
| Binary | 10011001 | 11001111 | 10110101 | 11010 | 0 | 1101 | 10011 | 10010111 | 100100 | 1000111 |
Color Harmonies of #99CFB5
Complementary color
Monochromatic Colors of #99CFB5
Black with #99CFB5
Text Example
Text Example
White with #99CFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CFB5; }
p { color: rgb(153,207,181); }
H1.HeaderClassName
{
color: #99CFB5;
}
.AnyTagClassName
{
color: #99CFB5;
}
</style>
background-color css
<style>
a { background-color: #99CFB5; }
a { background-color: rgb(153,207,181); }
div.DivClassName
{
background-color: #99CFB5;
}
.BgClassName
{
background-color: #99CFB5;
}
</style>
border-color css
<style>
span { border-color: #99CFB5; }
span { border-color: rgb(153,207,181); }
td.TdClassName
{
border-color: #99CFB5;
}
.TagClassName
{
border-color: #99CFB5;
}
</style>