Shades of Vista Blue #9BEAB4
Tints of Vista Blue #9BEAB4
RGB
CMYK
RGB Variations
Color information
#9BEAB4 (or 0x9BEAB4) is known color: Vista Blue. HEX triplet: 9B, EA and B4. RGB value is (155,234,180). Sum of RGB (Red+Green+Blue) = 155+234+180=569 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.24% from 569); Green value is 234 (91.80% from 255 or 41.12% from 569); Blue value is 180 (70.70% from 255 or 31.63% from 569); Max value from RGB is 234 - color contains mainly: green. Hex color #9BEAB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEAB4 is #64154B. Grayscale: #CCCCCC. Windows color (decimal): -6559052 or 11856539. OLE color: 11856539.
HSL color Cylindrical-coordinate representation of color #9BEAB4: hue angle of 138.99º degrees, saturation: 0.65, 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 #9BEAB4 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 234 | 180 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.08 |
| HSL | 138.99º | 0.65% | 0.76% | - |
| HSV(B) | 138.99º | 0.34% | 0.92% | - |
| XYZ | 51.18 | 69.11 | 53.82 | - |
| YUV | 204.22 | 114.33 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 234 | 180 | 0.34 | 0 | 0.23 | 0.08 | 138.99 | 0.65 | 0.76 |
| Hex | 9B | EA | B4 | 22 | 0 | 17 | 8 | 8B | 41 | 4C |
| Octal | 233 | 352 | 264 | 42 | 0 | 27 | 10 | 213 | 101 | 114 |
| Binary | 10011011 | 11101010 | 10110100 | 100010 | 0 | 10111 | 1000 | 10001011 | 1000001 | 1001100 |
Color Harmonies of #9BEAB4
Complementary color
Monochromatic Colors of #9BEAB4
Black with #9BEAB4
Text Example
Text Example
White with #9BEAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEAB4; }
p { color: rgb(155,234,180); }
H1.HeaderClassName
{
color: #9BEAB4;
}
.AnyTagClassName
{
color: #9BEAB4;
}
</style>
background-color css
<style>
a { background-color: #9BEAB4; }
a { background-color: rgb(155,234,180); }
div.DivClassName
{
background-color: #9BEAB4;
}
.BgClassName
{
background-color: #9BEAB4;
}
</style>
border-color css
<style>
span { border-color: #9BEAB4; }
span { border-color: rgb(155,234,180); }
td.TdClassName
{
border-color: #9BEAB4;
}
.TagClassName
{
border-color: #9BEAB4;
}
</style>