Shades of Vista Blue #9AEEBD
Tints of Vista Blue #9AEEBD
RGB
CMYK
RGB Variations
Color information
#9AEEBD (or 0x9AEEBD) is known color: Vista Blue. HEX triplet: 9A, EE and BD. RGB value is (154,238,189). Sum of RGB (Red+Green+Blue) = 154+238+189=581 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.51% from 581); Green value is 238 (93.36% from 255 or 40.96% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 238 - color contains mainly: green. Hex color #9AEEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEEBD is #651142. Grayscale: #CFCFCF. Windows color (decimal): -6623555 or 12447386. OLE color: 12447386.
HSL color Cylindrical-coordinate representation of color #9AEEBD: hue angle of 145º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AEEBD is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 238 | 189 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.07 |
| HSL | 145º | 0.71% | 0.77% | - |
| HSV(B) | 145º | 0.35% | 0.93% | - |
| XYZ | 53.09 | 71.69 | 59.18 | - |
| YUV | 207.3 | 117.67 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 238 | 189 | 0.35 | 0 | 0.21 | 0.07 | 145 | 0.71 | 0.77 |
| Hex | 9A | EE | BD | 23 | 0 | 15 | 7 | 91 | 47 | 4D |
| Octal | 232 | 356 | 275 | 43 | 0 | 25 | 7 | 221 | 107 | 115 |
| Binary | 10011010 | 11101110 | 10111101 | 100011 | 0 | 10101 | 111 | 10010001 | 1000111 | 1001101 |
Color Harmonies of #9AEEBD
Complementary color
Monochromatic Colors of #9AEEBD
Black with #9AEEBD
Text Example
Text Example
White with #9AEEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEEBD; }
p { color: rgb(154,238,189); }
H1.HeaderClassName
{
color: #9AEEBD;
}
.AnyTagClassName
{
color: #9AEEBD;
}
</style>
background-color css
<style>
a { background-color: #9AEEBD; }
a { background-color: rgb(154,238,189); }
div.DivClassName
{
background-color: #9AEEBD;
}
.BgClassName
{
background-color: #9AEEBD;
}
</style>
border-color css
<style>
span { border-color: #9AEEBD; }
span { border-color: rgb(154,238,189); }
td.TdClassName
{
border-color: #9AEEBD;
}
.TagClassName
{
border-color: #9AEEBD;
}
</style>