Shades of Vista Blue #9DCEB2
Tints of Vista Blue #9DCEB2
RGB
CMYK
RGB Variations
Color information
#9DCEB2 (or 0x9DCEB2) is known color: Vista Blue. HEX triplet: 9D, CE and B2. RGB value is (157,206,178). Sum of RGB (Red+Green+Blue) = 157+206+178=541 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.02% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCEB2 is #62314D. Grayscale: #BCBCBC. Windows color (decimal): -6435150 or 11718301. OLE color: 11718301.
HSL color Cylindrical-coordinate representation of color #9DCEB2: hue angle of 145.71º 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 #9DCEB2 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 206 | 178 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.19 |
| HSL | 145.71º | 0.33% | 0.71% | - |
| HSV(B) | 145.71º | 0.24% | 0.81% | - |
| XYZ | 44.01 | 54.53 | 50.32 | - |
| YUV | 188.16 | 122.27 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 206 | 178 | 0.24 | 0 | 0.14 | 0.19 | 145.71 | 0.33 | 0.71 |
| Hex | 9D | CE | B2 | 18 | 0 | E | 13 | 92 | 21 | 47 |
| Octal | 235 | 316 | 262 | 30 | 0 | 16 | 23 | 222 | 41 | 107 |
| Binary | 10011101 | 11001110 | 10110010 | 11000 | 0 | 1110 | 10011 | 10010010 | 100001 | 1000111 |
Color Harmonies of #9DCEB2
Complementary color
Monochromatic Colors of #9DCEB2
Black with #9DCEB2
Text Example
Text Example
White with #9DCEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCEB2; }
p { color: rgb(157,206,178); }
H1.HeaderClassName
{
color: #9DCEB2;
}
.AnyTagClassName
{
color: #9DCEB2;
}
</style>
background-color css
<style>
a { background-color: #9DCEB2; }
a { background-color: rgb(157,206,178); }
div.DivClassName
{
background-color: #9DCEB2;
}
.BgClassName
{
background-color: #9DCEB2;
}
</style>
border-color css
<style>
span { border-color: #9DCEB2; }
span { border-color: rgb(157,206,178); }
td.TdClassName
{
border-color: #9DCEB2;
}
.TagClassName
{
border-color: #9DCEB2;
}
</style>