Shades of Vista Blue #9FDDC2
Tints of Vista Blue #9FDDC2
RGB
CMYK
RGB Variations
Color information
#9FDDC2 (or 0x9FDDC2) is known color: Vista Blue. HEX triplet: 9F, DD and C2. RGB value is (159,221,194). Sum of RGB (Red+Green+Blue) = 159+221+194=574 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.70% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 194 (76.17% from 255 or 33.80% from 574); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDDC2 is #60223D. Grayscale: #C7C7C7. Windows color (decimal): -6300222 or 12770719. OLE color: 12770719.
HSL color Cylindrical-coordinate representation of color #9FDDC2: hue angle of 153.87º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDDC2 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 194 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.13 |
| HSL | 153.87º | 0.48% | 0.75% | - |
| HSV(B) | 153.87º | 0.28% | 0.87% | - |
| XYZ | 49.89 | 62.98 | 60.57 | - |
| YUV | 199.38 | 124.96 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 194 | 0.28 | 0 | 0.12 | 0.13 | 153.87 | 0.48 | 0.75 |
| Hex | 9F | DD | C2 | 1C | 0 | C | D | 9A | 30 | 4B |
| Octal | 237 | 335 | 302 | 34 | 0 | 14 | 15 | 232 | 60 | 113 |
| Binary | 10011111 | 11011101 | 11000010 | 11100 | 0 | 1100 | 1101 | 10011010 | 110000 | 1001011 |
Color Harmonies of #9FDDC2
Complementary color
Monochromatic Colors of #9FDDC2
Black with #9FDDC2
Text Example
Text Example
White with #9FDDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDDC2; }
p { color: rgb(159,221,194); }
H1.HeaderClassName
{
color: #9FDDC2;
}
.AnyTagClassName
{
color: #9FDDC2;
}
</style>
background-color css
<style>
a { background-color: #9FDDC2; }
a { background-color: rgb(159,221,194); }
div.DivClassName
{
background-color: #9FDDC2;
}
.BgClassName
{
background-color: #9FDDC2;
}
</style>
border-color css
<style>
span { border-color: #9FDDC2; }
span { border-color: rgb(159,221,194); }
td.TdClassName
{
border-color: #9FDDC2;
}
.TagClassName
{
border-color: #9FDDC2;
}
</style>