Shades of Vista Blue #99CFB6
Tints of Vista Blue #99CFB6
RGB
CMYK
RGB Variations
Color information
#99CFB6 (or 0x99CFB6) is known color: Vista Blue. HEX triplet: 99, CF and B6. RGB value is (153,207,182). Sum of RGB (Red+Green+Blue) = 153+207+182=542 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.23% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 182 (71.48% from 255 or 33.58% from 542); Max value from RGB is 207 - color contains mainly: green. Hex color #99CFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CFB6 is #663049. Grayscale: #BCBCBC. Windows color (decimal): -6697034 or 11980697. OLE color: 11980697.
HSL color Cylindrical-coordinate representation of color #99CFB6: hue angle of 152.22º 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 #99CFB6 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 207 | 182 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.19 |
| HSL | 152.22º | 0.36% | 0.71% | - |
| HSV(B) | 152.22º | 0.26% | 0.81% | - |
| XYZ | 43.89 | 54.78 | 52.52 | - |
| YUV | 188 | 124.61 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 207 | 182 | 0.26 | 0 | 0.12 | 0.19 | 152.22 | 0.36 | 0.71 |
| Hex | 99 | CF | B6 | 1A | 0 | C | 13 | 98 | 24 | 47 |
| Octal | 231 | 317 | 266 | 32 | 0 | 14 | 23 | 230 | 44 | 107 |
| Binary | 10011001 | 11001111 | 10110110 | 11010 | 0 | 1100 | 10011 | 10011000 | 100100 | 1000111 |
Color Harmonies of #99CFB6
Complementary color
Monochromatic Colors of #99CFB6
Black with #99CFB6
Text Example
Text Example
White with #99CFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CFB6; }
p { color: rgb(153,207,182); }
H1.HeaderClassName
{
color: #99CFB6;
}
.AnyTagClassName
{
color: #99CFB6;
}
</style>
background-color css
<style>
a { background-color: #99CFB6; }
a { background-color: rgb(153,207,182); }
div.DivClassName
{
background-color: #99CFB6;
}
.BgClassName
{
background-color: #99CFB6;
}
</style>
border-color css
<style>
span { border-color: #99CFB6; }
span { border-color: rgb(153,207,182); }
td.TdClassName
{
border-color: #99CFB6;
}
.TagClassName
{
border-color: #99CFB6;
}
</style>