Shades of Vista Blue #9AE5BD
Tints of Vista Blue #9AE5BD
RGB
CMYK
RGB Variations
Color information
#9AE5BD (or 0x9AE5BD) is known color: Vista Blue. HEX triplet: 9A, E5 and BD. RGB value is (154,229,189). Sum of RGB (Red+Green+Blue) = 154+229+189=572 (75% of max value = 765). Red value is 154 (60.55% from 255 or 26.92% from 572); Green value is 229 (89.84% from 255 or 40.03% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 229 - color contains mainly: green. Hex color #9AE5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AE5BD is #651A42. Grayscale: #CACACA. Windows color (decimal): -6625859 or 12445082. OLE color: 12445082.
HSL color Cylindrical-coordinate representation of color #9AE5BD: hue angle of 148º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9AE5BD is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 154 | 229 | 189 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.10 |
| HSL | 148º | 0.59% | 0.75% | - |
| HSV(B) | 148º | 0.33% | 0.9% | - |
| XYZ | 50.53 | 66.58 | 58.33 | - |
| YUV | 202.02 | 120.65 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 229 | 189 | 0.33 | 0 | 0.17 | 0.10 | 148 | 0.59 | 0.75 |
| Hex | 9A | E5 | BD | 21 | 0 | 11 | A | 94 | 3B | 4B |
| Octal | 232 | 345 | 275 | 41 | 0 | 21 | 12 | 224 | 73 | 113 |
| Binary | 10011010 | 11100101 | 10111101 | 100001 | 0 | 10001 | 1010 | 10010100 | 111011 | 1001011 |
Color Harmonies of #9AE5BD
Complementary color
Monochromatic Colors of #9AE5BD
Black with #9AE5BD
Text Example
Text Example
White with #9AE5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE5BD; }
p { color: rgb(154,229,189); }
H1.HeaderClassName
{
color: #9AE5BD;
}
.AnyTagClassName
{
color: #9AE5BD;
}
</style>
background-color css
<style>
a { background-color: #9AE5BD; }
a { background-color: rgb(154,229,189); }
div.DivClassName
{
background-color: #9AE5BD;
}
.BgClassName
{
background-color: #9AE5BD;
}
</style>
border-color css
<style>
span { border-color: #9AE5BD; }
span { border-color: rgb(154,229,189); }
td.TdClassName
{
border-color: #9AE5BD;
}
.TagClassName
{
border-color: #9AE5BD;
}
</style>