Shades of Vista Blue #9AEBBC
Tints of Vista Blue #9AEBBC
RGB
CMYK
RGB Variations
Color information
#9AEBBC (or 0x9AEBBC) is known color: Vista Blue. HEX triplet: 9A, EB and BC. RGB value is (154,235,188). Sum of RGB (Red+Green+Blue) = 154+235+188=577 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.69% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 235 - color contains mainly: green. Hex color #9AEBBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEBBC is #651443. Grayscale: #CDCDCD. Windows color (decimal): -6624324 or 12381082. OLE color: 12381082.
HSL color Cylindrical-coordinate representation of color #9AEBBC: hue angle of 145.19º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AEBBC is Cyan = 0.34, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 235 | 188 | - |
| CMYK | 0.34 | 0 | 0.2 | 0.08 |
| HSL | 145.19º | 0.67% | 0.76% | - |
| HSV(B) | 145.19º | 0.34% | 0.92% | - |
| XYZ | 52.11 | 69.92 | 58.33 | - |
| YUV | 205.42 | 118.16 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 235 | 188 | 0.34 | 0 | 0.2 | 0.08 | 145.19 | 0.67 | 0.76 |
| Hex | 9A | EB | BC | 22 | 0 | 14 | 8 | 91 | 43 | 4C |
| Octal | 232 | 353 | 274 | 42 | 0 | 24 | 10 | 221 | 103 | 114 |
| Binary | 10011010 | 11101011 | 10111100 | 100010 | 0 | 10100 | 1000 | 10010001 | 1000011 | 1001100 |
Color Harmonies of #9AEBBC
Complementary color
Monochromatic Colors of #9AEBBC
Black with #9AEBBC
Text Example
Text Example
White with #9AEBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEBBC; }
p { color: rgb(154,235,188); }
H1.HeaderClassName
{
color: #9AEBBC;
}
.AnyTagClassName
{
color: #9AEBBC;
}
</style>
background-color css
<style>
a { background-color: #9AEBBC; }
a { background-color: rgb(154,235,188); }
div.DivClassName
{
background-color: #9AEBBC;
}
.BgClassName
{
background-color: #9AEBBC;
}
</style>
border-color css
<style>
span { border-color: #9AEBBC; }
span { border-color: rgb(154,235,188); }
td.TdClassName
{
border-color: #9AEBBC;
}
.TagClassName
{
border-color: #9AEBBC;
}
</style>