Shades of Vista Blue #9CEAB4
Tints of Vista Blue #9CEAB4
RGB
CMYK
RGB Variations
Color information
#9CEAB4 (or 0x9CEAB4) is known color: Vista Blue. HEX triplet: 9C, EA and B4. RGB value is (156,234,180). Sum of RGB (Red+Green+Blue) = 156+234+180=570 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.37% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 180 (70.70% from 255 or 31.58% from 570); Max value from RGB is 234 - color contains mainly: green. Hex color #9CEAB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEAB4 is #63154B. Grayscale: #CCCCCC. Windows color (decimal): -6493516 or 11856540. OLE color: 11856540.
HSL color Cylindrical-coordinate representation of color #9CEAB4: hue angle of 138.46º 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 #9CEAB4 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 234 | 180 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.08 |
| HSL | 138.46º | 0.65% | 0.76% | - |
| HSV(B) | 138.46º | 0.33% | 0.92% | - |
| XYZ | 51.37 | 69.21 | 53.83 | - |
| YUV | 204.52 | 114.16 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 234 | 180 | 0.33 | 0 | 0.23 | 0.08 | 138.46 | 0.65 | 0.76 |
| Hex | 9C | EA | B4 | 21 | 0 | 17 | 8 | 8A | 41 | 4C |
| Octal | 234 | 352 | 264 | 41 | 0 | 27 | 10 | 212 | 101 | 114 |
| Binary | 10011100 | 11101010 | 10110100 | 100001 | 0 | 10111 | 1000 | 10001010 | 1000001 | 1001100 |
Color Harmonies of #9CEAB4
Complementary color
Monochromatic Colors of #9CEAB4
Black with #9CEAB4
Text Example
Text Example
White with #9CEAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEAB4; }
p { color: rgb(156,234,180); }
H1.HeaderClassName
{
color: #9CEAB4;
}
.AnyTagClassName
{
color: #9CEAB4;
}
</style>
background-color css
<style>
a { background-color: #9CEAB4; }
a { background-color: rgb(156,234,180); }
div.DivClassName
{
background-color: #9CEAB4;
}
.BgClassName
{
background-color: #9CEAB4;
}
</style>
border-color css
<style>
span { border-color: #9CEAB4; }
span { border-color: rgb(156,234,180); }
td.TdClassName
{
border-color: #9CEAB4;
}
.TagClassName
{
border-color: #9CEAB4;
}
</style>