Shades of Vista Blue #9AE8C0
Tints of Vista Blue #9AE8C0
RGB
CMYK
RGB Variations
Color information
#9AE8C0 (or 0x9AE8C0) is known color: Vista Blue. HEX triplet: 9A, E8 and C0. RGB value is (154,232,192). Sum of RGB (Red+Green+Blue) = 154+232+192=578 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.64% from 578); Green value is 232 (91.02% from 255 or 40.14% from 578); Blue value is 192 (75.39% from 255 or 33.22% from 578); Max value from RGB is 232 - color contains mainly: green. Hex color #9AE8C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AE8C0 is #65173F. Grayscale: #CCCCCC. Windows color (decimal): -6625088 or 12642458. OLE color: 12642458.
HSL color Cylindrical-coordinate representation of color #9AE8C0: hue angle of 149.23º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AE8C0 is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 154 | 232 | 192 | - |
| CMYK | 0.34 | 0 | 0.17 | 0.09 |
| HSL | 149.23º | 0.63% | 0.76% | - |
| HSV(B) | 149.23º | 0.34% | 0.91% | - |
| XYZ | 51.7 | 68.39 | 60.34 | - |
| YUV | 204.12 | 121.16 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 232 | 192 | 0.34 | 0 | 0.17 | 0.09 | 149.23 | 0.63 | 0.76 |
| Hex | 9A | E8 | C0 | 22 | 0 | 11 | 9 | 95 | 3F | 4C |
| Octal | 232 | 350 | 300 | 42 | 0 | 21 | 11 | 225 | 77 | 114 |
| Binary | 10011010 | 11101000 | 11000000 | 100010 | 0 | 10001 | 1001 | 10010101 | 111111 | 1001100 |
Color Harmonies of #9AE8C0
Complementary color
Monochromatic Colors of #9AE8C0
Black with #9AE8C0
Text Example
Text Example
White with #9AE8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE8C0; }
p { color: rgb(154,232,192); }
H1.HeaderClassName
{
color: #9AE8C0;
}
.AnyTagClassName
{
color: #9AE8C0;
}
</style>
background-color css
<style>
a { background-color: #9AE8C0; }
a { background-color: rgb(154,232,192); }
div.DivClassName
{
background-color: #9AE8C0;
}
.BgClassName
{
background-color: #9AE8C0;
}
</style>
border-color css
<style>
span { border-color: #9AE8C0; }
span { border-color: rgb(154,232,192); }
td.TdClassName
{
border-color: #9AE8C0;
}
.TagClassName
{
border-color: #9AE8C0;
}
</style>