Shades of Vista Blue #9AE4BF
Tints of Vista Blue #9AE4BF
RGB
CMYK
RGB Variations
Color information
#9AE4BF (or 0x9AE4BF) is known color: Vista Blue. HEX triplet: 9A, E4 and BF. RGB value is (154,228,191). Sum of RGB (Red+Green+Blue) = 154+228+191=573 (75% of max value = 765). Red value is 154 (60.55% from 255 or 26.88% from 573); Green value is 228 (89.45% from 255 or 39.79% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 228 - color contains mainly: green. Hex color #9AE4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AE4BF is #651B40. Grayscale: #C9C9C9. Windows color (decimal): -6626113 or 12575898. OLE color: 12575898.
HSL color Cylindrical-coordinate representation of color #9AE4BF: hue angle of 150º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9AE4BF is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 154 | 228 | 191 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.11 |
| HSL | 150º | 0.58% | 0.75% | - |
| HSV(B) | 150º | 0.32% | 0.89% | - |
| XYZ | 50.47 | 66.12 | 59.39 | - |
| YUV | 201.66 | 121.98 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 228 | 191 | 0.32 | 0 | 0.16 | 0.11 | 150 | 0.58 | 0.75 |
| Hex | 9A | E4 | BF | 20 | 0 | 10 | B | 96 | 3A | 4B |
| Octal | 232 | 344 | 277 | 40 | 0 | 20 | 13 | 226 | 72 | 113 |
| Binary | 10011010 | 11100100 | 10111111 | 100000 | 0 | 10000 | 1011 | 10010110 | 111010 | 1001011 |
Color Harmonies of #9AE4BF
Complementary color
Monochromatic Colors of #9AE4BF
Black with #9AE4BF
Text Example
Text Example
White with #9AE4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE4BF; }
p { color: rgb(154,228,191); }
H1.HeaderClassName
{
color: #9AE4BF;
}
.AnyTagClassName
{
color: #9AE4BF;
}
</style>
background-color css
<style>
a { background-color: #9AE4BF; }
a { background-color: rgb(154,228,191); }
div.DivClassName
{
background-color: #9AE4BF;
}
.BgClassName
{
background-color: #9AE4BF;
}
</style>
border-color css
<style>
span { border-color: #9AE4BF; }
span { border-color: rgb(154,228,191); }
td.TdClassName
{
border-color: #9AE4BF;
}
.TagClassName
{
border-color: #9AE4BF;
}
</style>