Shades of Vista Blue #9CDFB5
Tints of Vista Blue #9CDFB5
RGB
CMYK
RGB Variations
Color information
#9CDFB5 (or 0x9CDFB5) is known color: Vista Blue. HEX triplet: 9C, DF and B5. RGB value is (156,223,181). Sum of RGB (Red+Green+Blue) = 156+223+181=560 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.86% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 181 (71.09% from 255 or 32.32% from 560); Max value from RGB is 223 - color contains mainly: green. Hex color #9CDFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDFB5 is #63204A. Grayscale: #C6C6C6. Windows color (decimal): -6496331 or 11919260. OLE color: 11919260.
HSL color Cylindrical-coordinate representation of color #9CDFB5: hue angle of 142.39º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CDFB5 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 223 | 181 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.13 |
| HSL | 142.39º | 0.51% | 0.74% | - |
| HSV(B) | 142.39º | 0.3% | 0.87% | - |
| XYZ | 48.44 | 63.18 | 53.36 | - |
| YUV | 198.18 | 118.3 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 223 | 181 | 0.30 | 0 | 0.19 | 0.13 | 142.39 | 0.51 | 0.74 |
| Hex | 9C | DF | B5 | 1E | 0 | 13 | D | 8E | 33 | 4A |
| Octal | 234 | 337 | 265 | 36 | 0 | 23 | 15 | 216 | 63 | 112 |
| Binary | 10011100 | 11011111 | 10110101 | 11110 | 0 | 10011 | 1101 | 10001110 | 110011 | 1001010 |
Color Harmonies of #9CDFB5
Complementary color
Monochromatic Colors of #9CDFB5
Black with #9CDFB5
Text Example
Text Example
White with #9CDFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDFB5; }
p { color: rgb(156,223,181); }
H1.HeaderClassName
{
color: #9CDFB5;
}
.AnyTagClassName
{
color: #9CDFB5;
}
</style>
background-color css
<style>
a { background-color: #9CDFB5; }
a { background-color: rgb(156,223,181); }
div.DivClassName
{
background-color: #9CDFB5;
}
.BgClassName
{
background-color: #9CDFB5;
}
</style>
border-color css
<style>
span { border-color: #9CDFB5; }
span { border-color: rgb(156,223,181); }
td.TdClassName
{
border-color: #9CDFB5;
}
.TagClassName
{
border-color: #9CDFB5;
}
</style>