Shades of Vista Blue #99CFB3
Tints of Vista Blue #99CFB3
RGB
CMYK
RGB Variations
Color information
#99CFB3 (or 0x99CFB3) is known color: Vista Blue. HEX triplet: 99, CF and B3. RGB value is (153,207,179). Sum of RGB (Red+Green+Blue) = 153+207+179=539 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.39% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 179 (70.31% from 255 or 33.21% from 539); Max value from RGB is 207 - color contains mainly: green. Hex color #99CFB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CFB3 is #66304C. Grayscale: #BBBBBB. Windows color (decimal): -6697037 or 11784089. OLE color: 11784089.
HSL color Cylindrical-coordinate representation of color #99CFB3: hue angle of 148.89º 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 #99CFB3 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 207 | 179 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.19 |
| HSL | 148.89º | 0.36% | 0.71% | - |
| HSV(B) | 148.89º | 0.26% | 0.81% | - |
| XYZ | 43.59 | 54.65 | 50.9 | - |
| YUV | 187.66 | 123.11 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 207 | 179 | 0.26 | 0 | 0.14 | 0.19 | 148.89 | 0.36 | 0.71 |
| Hex | 99 | CF | B3 | 1A | 0 | E | 13 | 95 | 24 | 47 |
| Octal | 231 | 317 | 263 | 32 | 0 | 16 | 23 | 225 | 44 | 107 |
| Binary | 10011001 | 11001111 | 10110011 | 11010 | 0 | 1110 | 10011 | 10010101 | 100100 | 1000111 |
Color Harmonies of #99CFB3
Complementary color
Monochromatic Colors of #99CFB3
Black with #99CFB3
Text Example
Text Example
White with #99CFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CFB3; }
p { color: rgb(153,207,179); }
H1.HeaderClassName
{
color: #99CFB3;
}
.AnyTagClassName
{
color: #99CFB3;
}
</style>
background-color css
<style>
a { background-color: #99CFB3; }
a { background-color: rgb(153,207,179); }
div.DivClassName
{
background-color: #99CFB3;
}
.BgClassName
{
background-color: #99CFB3;
}
</style>
border-color css
<style>
span { border-color: #99CFB3; }
span { border-color: rgb(153,207,179); }
td.TdClassName
{
border-color: #99CFB3;
}
.TagClassName
{
border-color: #99CFB3;
}
</style>