Shades of Vista Blue #9AEAB3
Tints of Vista Blue #9AEAB3
RGB
CMYK
RGB Variations
Color information
#9AEAB3 (or 0x9AEAB3) is known color: Vista Blue. HEX triplet: 9A, EA and B3. RGB value is (154,234,179). Sum of RGB (Red+Green+Blue) = 154+234+179=567 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.16% from 567); Green value is 234 (91.80% from 255 or 41.27% from 567); Blue value is 179 (70.31% from 255 or 31.57% from 567); Max value from RGB is 234 - color contains mainly: green. Hex color #9AEAB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEAB3 is #65154C. Grayscale: #CBCBCB. Windows color (decimal): -6624589 or 11791002. OLE color: 11791002.
HSL color Cylindrical-coordinate representation of color #9AEAB3: hue angle of 138.75º degrees, saturation: 0.66, 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 #9AEAB3 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 234 | 179 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.08 |
| HSL | 138.75º | 0.66% | 0.76% | - |
| HSV(B) | 138.75º | 0.34% | 0.92% | - |
| XYZ | 50.89 | 68.97 | 53.28 | - |
| YUV | 203.81 | 114 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 234 | 179 | 0.34 | 0 | 0.24 | 0.08 | 138.75 | 0.66 | 0.76 |
| Hex | 9A | EA | B3 | 22 | 0 | 18 | 8 | 8B | 42 | 4C |
| Octal | 232 | 352 | 263 | 42 | 0 | 30 | 10 | 213 | 102 | 114 |
| Binary | 10011010 | 11101010 | 10110011 | 100010 | 0 | 11000 | 1000 | 10001011 | 1000010 | 1001100 |
Color Harmonies of #9AEAB3
Complementary color
Monochromatic Colors of #9AEAB3
Black with #9AEAB3
Text Example
Text Example
White with #9AEAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEAB3; }
p { color: rgb(154,234,179); }
H1.HeaderClassName
{
color: #9AEAB3;
}
.AnyTagClassName
{
color: #9AEAB3;
}
</style>
background-color css
<style>
a { background-color: #9AEAB3; }
a { background-color: rgb(154,234,179); }
div.DivClassName
{
background-color: #9AEAB3;
}
.BgClassName
{
background-color: #9AEAB3;
}
</style>
border-color css
<style>
span { border-color: #9AEAB3; }
span { border-color: rgb(154,234,179); }
td.TdClassName
{
border-color: #9AEAB3;
}
.TagClassName
{
border-color: #9AEAB3;
}
</style>