Shades of Vista Blue #9DEAB8
Tints of Vista Blue #9DEAB8
RGB
CMYK
RGB Variations
Color information
#9DEAB8 (or 0x9DEAB8) is known color: Vista Blue. HEX triplet: 9D, EA and B8. RGB value is (157,234,184). Sum of RGB (Red+Green+Blue) = 157+234+184=575 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.30% from 575); Green value is 234 (91.80% from 255 or 40.70% from 575); Blue value is 184 (72.27% from 255 or 32% from 575); Max value from RGB is 234 - color contains mainly: green. Hex color #9DEAB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEAB8 is #621547. Grayscale: #CDCDCD. Windows color (decimal): -6427976 or 12118685. OLE color: 12118685.
HSL color Cylindrical-coordinate representation of color #9DEAB8: hue angle of 141.04º 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 #9DEAB8 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 234 | 184 | - |
| CMYK | 0.33 | 0 | 0.21 | 0.08 |
| HSL | 141.04º | 0.65% | 0.77% | - |
| HSV(B) | 141.04º | 0.33% | 0.92% | - |
| XYZ | 51.98 | 69.47 | 56.02 | - |
| YUV | 205.28 | 115.99 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 234 | 184 | 0.33 | 0 | 0.21 | 0.08 | 141.04 | 0.65 | 0.77 |
| Hex | 9D | EA | B8 | 21 | 0 | 15 | 8 | 8D | 41 | 4D |
| Octal | 235 | 352 | 270 | 41 | 0 | 25 | 10 | 215 | 101 | 115 |
| Binary | 10011101 | 11101010 | 10111000 | 100001 | 0 | 10101 | 1000 | 10001101 | 1000001 | 1001101 |
Color Harmonies of #9DEAB8
Complementary color
Monochromatic Colors of #9DEAB8
Black with #9DEAB8
Text Example
Text Example
White with #9DEAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEAB8; }
p { color: rgb(157,234,184); }
H1.HeaderClassName
{
color: #9DEAB8;
}
.AnyTagClassName
{
color: #9DEAB8;
}
</style>
background-color css
<style>
a { background-color: #9DEAB8; }
a { background-color: rgb(157,234,184); }
div.DivClassName
{
background-color: #9DEAB8;
}
.BgClassName
{
background-color: #9DEAB8;
}
</style>
border-color css
<style>
span { border-color: #9DEAB8; }
span { border-color: rgb(157,234,184); }
td.TdClassName
{
border-color: #9DEAB8;
}
.TagClassName
{
border-color: #9DEAB8;
}
</style>