Shades of Vista Blue #99DFC1
Tints of Vista Blue #99DFC1
RGB
CMYK
RGB Variations
Color information
#99DFC1 (or 0x99DFC1) is known color: Vista Blue. HEX triplet: 99, DF and C1. RGB value is (153,223,193). Sum of RGB (Red+Green+Blue) = 153+223+193=569 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.89% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 193 (75.78% from 255 or 33.92% from 569); Max value from RGB is 223 - color contains mainly: green. Hex color #99DFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DFC1 is #66203E. Grayscale: #C6C6C6. Windows color (decimal): -6692927 or 12705689. OLE color: 12705689.
HSL color Cylindrical-coordinate representation of color #99DFC1: hue angle of 154.29º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DFC1 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 223 | 193 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.13 |
| HSL | 154.29º | 0.52% | 0.74% | - |
| HSV(B) | 154.29º | 0.31% | 0.87% | - |
| XYZ | 49.15 | 63.4 | 60.1 | - |
| YUV | 198.65 | 124.81 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 223 | 193 | 0.31 | 0 | 0.13 | 0.13 | 154.29 | 0.52 | 0.74 |
| Hex | 99 | DF | C1 | 1F | 0 | D | D | 9A | 34 | 4A |
| Octal | 231 | 337 | 301 | 37 | 0 | 15 | 15 | 232 | 64 | 112 |
| Binary | 10011001 | 11011111 | 11000001 | 11111 | 0 | 1101 | 1101 | 10011010 | 110100 | 1001010 |
Color Harmonies of #99DFC1
Complementary color
Monochromatic Colors of #99DFC1
Black with #99DFC1
Text Example
Text Example
White with #99DFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DFC1; }
p { color: rgb(153,223,193); }
H1.HeaderClassName
{
color: #99DFC1;
}
.AnyTagClassName
{
color: #99DFC1;
}
</style>
background-color css
<style>
a { background-color: #99DFC1; }
a { background-color: rgb(153,223,193); }
div.DivClassName
{
background-color: #99DFC1;
}
.BgClassName
{
background-color: #99DFC1;
}
</style>
border-color css
<style>
span { border-color: #99DFC1; }
span { border-color: rgb(153,223,193); }
td.TdClassName
{
border-color: #99DFC1;
}
.TagClassName
{
border-color: #99DFC1;
}
</style>