Shades of Vista Blue #9CEABB
Tints of Vista Blue #9CEABB
RGB
CMYK
RGB Variations
Color information
#9CEABB (or 0x9CEABB) is known color: Vista Blue. HEX triplet: 9C, EA and BB. RGB value is (156,234,187). Sum of RGB (Red+Green+Blue) = 156+234+187=577 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.04% from 577); Green value is 234 (91.80% from 255 or 40.55% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 234 - color contains mainly: green. Hex color #9CEABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEABB is #631544. Grayscale: #CDCDCD. Windows color (decimal): -6493509 or 12315292. OLE color: 12315292.
HSL color Cylindrical-coordinate representation of color #9CEABB: hue angle of 143.85º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CEABB is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 234 | 187 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.08 |
| HSL | 143.85º | 0.65% | 0.76% | - |
| HSV(B) | 143.85º | 0.33% | 0.92% | - |
| XYZ | 52.1 | 69.5 | 57.68 | - |
| YUV | 205.32 | 117.66 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 234 | 187 | 0.33 | 0 | 0.20 | 0.08 | 143.85 | 0.65 | 0.76 |
| Hex | 9C | EA | BB | 21 | 0 | 14 | 8 | 90 | 41 | 4C |
| Octal | 234 | 352 | 273 | 41 | 0 | 24 | 10 | 220 | 101 | 114 |
| Binary | 10011100 | 11101010 | 10111011 | 100001 | 0 | 10100 | 1000 | 10010000 | 1000001 | 1001100 |
Color Harmonies of #9CEABB
Complementary color
Monochromatic Colors of #9CEABB
Black with #9CEABB
Text Example
Text Example
White with #9CEABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEABB; }
p { color: rgb(156,234,187); }
H1.HeaderClassName
{
color: #9CEABB;
}
.AnyTagClassName
{
color: #9CEABB;
}
</style>
background-color css
<style>
a { background-color: #9CEABB; }
a { background-color: rgb(156,234,187); }
div.DivClassName
{
background-color: #9CEABB;
}
.BgClassName
{
background-color: #9CEABB;
}
</style>
border-color css
<style>
span { border-color: #9CEABB; }
span { border-color: rgb(156,234,187); }
td.TdClassName
{
border-color: #9CEABB;
}
.TagClassName
{
border-color: #9CEABB;
}
</style>