Shades of Vista Blue #9DCEB5
Tints of Vista Blue #9DCEB5
RGB
CMYK
RGB Variations
Color information
#9DCEB5 (or 0x9DCEB5) is known color: Vista Blue. HEX triplet: 9D, CE and B5. RGB value is (157,206,181). Sum of RGB (Red+Green+Blue) = 157+206+181=544 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.86% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 181 (71.09% from 255 or 33.27% from 544); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCEB5 is #62314A. Grayscale: #BCBCBC. Windows color (decimal): -6435147 or 11914909. OLE color: 11914909.
HSL color Cylindrical-coordinate representation of color #9DCEB5: hue angle of 149.39º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DCEB5 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 206 | 181 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.19 |
| HSL | 149.39º | 0.33% | 0.71% | - |
| HSV(B) | 149.39º | 0.24% | 0.81% | - |
| XYZ | 44.32 | 54.65 | 51.93 | - |
| YUV | 188.5 | 123.77 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 206 | 181 | 0.24 | 0 | 0.12 | 0.19 | 149.39 | 0.33 | 0.71 |
| Hex | 9D | CE | B5 | 18 | 0 | C | 13 | 95 | 21 | 47 |
| Octal | 235 | 316 | 265 | 30 | 0 | 14 | 23 | 225 | 41 | 107 |
| Binary | 10011101 | 11001110 | 10110101 | 11000 | 0 | 1100 | 10011 | 10010101 | 100001 | 1000111 |
Color Harmonies of #9DCEB5
Complementary color
Monochromatic Colors of #9DCEB5
Black with #9DCEB5
Text Example
Text Example
White with #9DCEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCEB5; }
p { color: rgb(157,206,181); }
H1.HeaderClassName
{
color: #9DCEB5;
}
.AnyTagClassName
{
color: #9DCEB5;
}
</style>
background-color css
<style>
a { background-color: #9DCEB5; }
a { background-color: rgb(157,206,181); }
div.DivClassName
{
background-color: #9DCEB5;
}
.BgClassName
{
background-color: #9DCEB5;
}
</style>
border-color css
<style>
span { border-color: #9DCEB5; }
span { border-color: rgb(157,206,181); }
td.TdClassName
{
border-color: #9DCEB5;
}
.TagClassName
{
border-color: #9DCEB5;
}
</style>