Shades of Vista Blue #9DCEB4
Tints of Vista Blue #9DCEB4
RGB
CMYK
RGB Variations
Color information
#9DCEB4 (or 0x9DCEB4) is known color: Vista Blue. HEX triplet: 9D, CE and B4. RGB value is (157,206,180). Sum of RGB (Red+Green+Blue) = 157+206+180=543 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.91% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 180 (70.70% from 255 or 33.15% from 543); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCEB4 is #62314B. Grayscale: #BCBCBC. Windows color (decimal): -6435148 or 11849373. OLE color: 11849373.
HSL color Cylindrical-coordinate representation of color #9DCEB4: hue angle of 148.16º 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 #9DCEB4 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 206 | 180 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.19 |
| HSL | 148.16º | 0.33% | 0.71% | - |
| HSV(B) | 148.16º | 0.24% | 0.81% | - |
| XYZ | 44.21 | 54.61 | 51.39 | - |
| YUV | 188.39 | 123.27 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 206 | 180 | 0.24 | 0 | 0.13 | 0.19 | 148.16 | 0.33 | 0.71 |
| Hex | 9D | CE | B4 | 18 | 0 | D | 13 | 94 | 21 | 47 |
| Octal | 235 | 316 | 264 | 30 | 0 | 15 | 23 | 224 | 41 | 107 |
| Binary | 10011101 | 11001110 | 10110100 | 11000 | 0 | 1101 | 10011 | 10010100 | 100001 | 1000111 |
Color Harmonies of #9DCEB4
Complementary color
Monochromatic Colors of #9DCEB4
Black with #9DCEB4
Text Example
Text Example
White with #9DCEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCEB4; }
p { color: rgb(157,206,180); }
H1.HeaderClassName
{
color: #9DCEB4;
}
.AnyTagClassName
{
color: #9DCEB4;
}
</style>
background-color css
<style>
a { background-color: #9DCEB4; }
a { background-color: rgb(157,206,180); }
div.DivClassName
{
background-color: #9DCEB4;
}
.BgClassName
{
background-color: #9DCEB4;
}
</style>
border-color css
<style>
span { border-color: #9DCEB4; }
span { border-color: rgb(157,206,180); }
td.TdClassName
{
border-color: #9DCEB4;
}
.TagClassName
{
border-color: #9DCEB4;
}
</style>