Shades of Vista Blue #9DEAB5
Tints of Vista Blue #9DEAB5
RGB
CMYK
RGB Variations
Color information
#9DEAB5 (or 0x9DEAB5) is known color: Vista Blue. HEX triplet: 9D, EA and B5. RGB value is (157,234,181). Sum of RGB (Red+Green+Blue) = 157+234+181=572 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.45% from 572); Green value is 234 (91.80% from 255 or 40.91% from 572); Blue value is 181 (71.09% from 255 or 31.64% from 572); Max value from RGB is 234 - color contains mainly: green. Hex color #9DEAB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEAB5 is #62154A. Grayscale: #CDCDCD. Windows color (decimal): -6427979 or 11922077. OLE color: 11922077.
HSL color Cylindrical-coordinate representation of color #9DEAB5: hue angle of 138.7º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DEAB5 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 234 | 181 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.08 |
| HSL | 138.7º | 0.65% | 0.77% | - |
| HSV(B) | 138.7º | 0.33% | 0.92% | - |
| XYZ | 51.67 | 69.35 | 54.38 | - |
| YUV | 204.94 | 114.49 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 234 | 181 | 0.33 | 0 | 0.23 | 0.08 | 138.7 | 0.65 | 0.77 |
| Hex | 9D | EA | B5 | 21 | 0 | 17 | 8 | 8B | 41 | 4D |
| Octal | 235 | 352 | 265 | 41 | 0 | 27 | 10 | 213 | 101 | 115 |
| Binary | 10011101 | 11101010 | 10110101 | 100001 | 0 | 10111 | 1000 | 10001011 | 1000001 | 1001101 |
Color Harmonies of #9DEAB5
Complementary color
Monochromatic Colors of #9DEAB5
Black with #9DEAB5
Text Example
Text Example
White with #9DEAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEAB5; }
p { color: rgb(157,234,181); }
H1.HeaderClassName
{
color: #9DEAB5;
}
.AnyTagClassName
{
color: #9DEAB5;
}
</style>
background-color css
<style>
a { background-color: #9DEAB5; }
a { background-color: rgb(157,234,181); }
div.DivClassName
{
background-color: #9DEAB5;
}
.BgClassName
{
background-color: #9DEAB5;
}
</style>
border-color css
<style>
span { border-color: #9DEAB5; }
span { border-color: rgb(157,234,181); }
td.TdClassName
{
border-color: #9DEAB5;
}
.TagClassName
{
border-color: #9DEAB5;
}
</style>