Shades of Vista Blue #99CEAF
Tints of Vista Blue #99CEAF
RGB
CMYK
RGB Variations
Color information
#99CEAF (or 0x99CEAF) is known color: Vista Blue. HEX triplet: 99, CE and AF. RGB value is (153,206,175). Sum of RGB (Red+Green+Blue) = 153+206+175=534 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.65% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 206 - color contains mainly: green. Hex color #99CEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CEAF is #663150. Grayscale: #BABABA. Windows color (decimal): -6697297 or 11521689. OLE color: 11521689.
HSL color Cylindrical-coordinate representation of color #99CEAF: hue angle of 144.91º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99CEAF is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 206 | 175 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.19 |
| HSL | 144.91º | 0.35% | 0.7% | - |
| HSV(B) | 144.91º | 0.26% | 0.81% | - |
| XYZ | 42.95 | 54.01 | 48.72 | - |
| YUV | 186.62 | 121.44 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 206 | 175 | 0.26 | 0 | 0.15 | 0.19 | 144.91 | 0.35 | 0.7 |
| Hex | 99 | CE | AF | 1A | 0 | F | 13 | 91 | 23 | 46 |
| Octal | 231 | 316 | 257 | 32 | 0 | 17 | 23 | 221 | 43 | 106 |
| Binary | 10011001 | 11001110 | 10101111 | 11010 | 0 | 1111 | 10011 | 10010001 | 100011 | 1000110 |
Color Harmonies of #99CEAF
Complementary color
Monochromatic Colors of #99CEAF
Black with #99CEAF
Text Example
Text Example
White with #99CEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CEAF; }
p { color: rgb(153,206,175); }
H1.HeaderClassName
{
color: #99CEAF;
}
.AnyTagClassName
{
color: #99CEAF;
}
</style>
background-color css
<style>
a { background-color: #99CEAF; }
a { background-color: rgb(153,206,175); }
div.DivClassName
{
background-color: #99CEAF;
}
.BgClassName
{
background-color: #99CEAF;
}
</style>
border-color css
<style>
span { border-color: #99CEAF; }
span { border-color: rgb(153,206,175); }
td.TdClassName
{
border-color: #99CEAF;
}
.TagClassName
{
border-color: #99CEAF;
}
</style>