Shades of Vista Blue #9DEAB3
Tints of Vista Blue #9DEAB3
RGB
CMYK
RGB Variations
Color information
#9DEAB3 (or 0x9DEAB3) is known color: Vista Blue. HEX triplet: 9D, EA and B3. RGB value is (157,234,179). Sum of RGB (Red+Green+Blue) = 157+234+179=570 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.54% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 179 (70.31% from 255 or 31.40% from 570); Max value from RGB is 234 - color contains mainly: green. Hex color #9DEAB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEAB3 is #62154C. Grayscale: #CCCCCC. Windows color (decimal): -6427981 or 11791005. OLE color: 11791005.
HSL color Cylindrical-coordinate representation of color #9DEAB3: hue angle of 137.14º 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 #9DEAB3 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 234 | 179 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.08 |
| HSL | 137.14º | 0.65% | 0.77% | - |
| HSV(B) | 137.14º | 0.33% | 0.92% | - |
| XYZ | 51.46 | 69.27 | 53.31 | - |
| YUV | 204.71 | 113.49 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 234 | 179 | 0.33 | 0 | 0.24 | 0.08 | 137.14 | 0.65 | 0.77 |
| Hex | 9D | EA | B3 | 21 | 0 | 18 | 8 | 89 | 41 | 4D |
| Octal | 235 | 352 | 263 | 41 | 0 | 30 | 10 | 211 | 101 | 115 |
| Binary | 10011101 | 11101010 | 10110011 | 100001 | 0 | 11000 | 1000 | 10001001 | 1000001 | 1001101 |
Color Harmonies of #9DEAB3
Complementary color
Monochromatic Colors of #9DEAB3
Black with #9DEAB3
Text Example
Text Example
White with #9DEAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEAB3; }
p { color: rgb(157,234,179); }
H1.HeaderClassName
{
color: #9DEAB3;
}
.AnyTagClassName
{
color: #9DEAB3;
}
</style>
background-color css
<style>
a { background-color: #9DEAB3; }
a { background-color: rgb(157,234,179); }
div.DivClassName
{
background-color: #9DEAB3;
}
.BgClassName
{
background-color: #9DEAB3;
}
</style>
border-color css
<style>
span { border-color: #9DEAB3; }
span { border-color: rgb(157,234,179); }
td.TdClassName
{
border-color: #9DEAB3;
}
.TagClassName
{
border-color: #9DEAB3;
}
</style>