Shades of Vista Blue #9FDCC3
Tints of Vista Blue #9FDCC3
RGB
CMYK
RGB Variations
Color information
#9FDCC3 (or 0x9FDCC3) is known color: Vista Blue. HEX triplet: 9F, DC and C3. RGB value is (159,220,195). Sum of RGB (Red+Green+Blue) = 159+220+195=574 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.70% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 195 (76.56% from 255 or 33.97% from 574); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDCC3 is #60233C. Grayscale: #C6C6C6. Windows color (decimal): -6300477 or 12835999. OLE color: 12835999.
HSL color Cylindrical-coordinate representation of color #9FDCC3: hue angle of 155.41º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDCC3 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 220 | 195 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.14 |
| HSL | 155.41º | 0.47% | 0.74% | - |
| HSV(B) | 155.41º | 0.28% | 0.86% | - |
| XYZ | 49.74 | 62.5 | 61.07 | - |
| YUV | 198.91 | 125.79 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 220 | 195 | 0.28 | 0 | 0.11 | 0.14 | 155.41 | 0.47 | 0.74 |
| Hex | 9F | DC | C3 | 1C | 0 | B | E | 9B | 2F | 4A |
| Octal | 237 | 334 | 303 | 34 | 0 | 13 | 16 | 233 | 57 | 112 |
| Binary | 10011111 | 11011100 | 11000011 | 11100 | 0 | 1011 | 1110 | 10011011 | 101111 | 1001010 |
Color Harmonies of #9FDCC3
Complementary color
Monochromatic Colors of #9FDCC3
Black with #9FDCC3
Text Example
Text Example
White with #9FDCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDCC3; }
p { color: rgb(159,220,195); }
H1.HeaderClassName
{
color: #9FDCC3;
}
.AnyTagClassName
{
color: #9FDCC3;
}
</style>
background-color css
<style>
a { background-color: #9FDCC3; }
a { background-color: rgb(159,220,195); }
div.DivClassName
{
background-color: #9FDCC3;
}
.BgClassName
{
background-color: #9FDCC3;
}
</style>
border-color css
<style>
span { border-color: #9FDCC3; }
span { border-color: rgb(159,220,195); }
td.TdClassName
{
border-color: #9FDCC3;
}
.TagClassName
{
border-color: #9FDCC3;
}
</style>