Shades of Vista Blue #9AEEBB
Tints of Vista Blue #9AEEBB
RGB
CMYK
RGB Variations
Color information
#9AEEBB (or 0x9AEEBB) is known color: Vista Blue. HEX triplet: 9A, EE and BB. RGB value is (154,238,187). Sum of RGB (Red+Green+Blue) = 154+238+187=579 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.60% from 579); Green value is 238 (93.36% from 255 or 41.11% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 238 - color contains mainly: green. Hex color #9AEEBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEEBB is #651144. Grayscale: #CFCFCF. Windows color (decimal): -6623557 or 12316314. OLE color: 12316314.
HSL color Cylindrical-coordinate representation of color #9AEEBB: hue angle of 143.57º 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 #9AEEBB is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 238 | 187 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.07 |
| HSL | 143.57º | 0.71% | 0.77% | - |
| HSV(B) | 143.57º | 0.35% | 0.93% | - |
| XYZ | 52.87 | 71.61 | 58.05 | - |
| YUV | 207.07 | 116.67 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 238 | 187 | 0.35 | 0 | 0.21 | 0.07 | 143.57 | 0.71 | 0.77 |
| Hex | 9A | EE | BB | 23 | 0 | 15 | 7 | 90 | 47 | 4D |
| Octal | 232 | 356 | 273 | 43 | 0 | 25 | 7 | 220 | 107 | 115 |
| Binary | 10011010 | 11101110 | 10111011 | 100011 | 0 | 10101 | 111 | 10010000 | 1000111 | 1001101 |
Color Harmonies of #9AEEBB
Complementary color
Monochromatic Colors of #9AEEBB
Black with #9AEEBB
Text Example
Text Example
White with #9AEEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEEBB; }
p { color: rgb(154,238,187); }
H1.HeaderClassName
{
color: #9AEEBB;
}
.AnyTagClassName
{
color: #9AEEBB;
}
</style>
background-color css
<style>
a { background-color: #9AEEBB; }
a { background-color: rgb(154,238,187); }
div.DivClassName
{
background-color: #9AEEBB;
}
.BgClassName
{
background-color: #9AEEBB;
}
</style>
border-color css
<style>
span { border-color: #9AEEBB; }
span { border-color: rgb(154,238,187); }
td.TdClassName
{
border-color: #9AEEBB;
}
.TagClassName
{
border-color: #9AEEBB;
}
</style>