Shades of Vista Blue #9BE8C0
Tints of Vista Blue #9BE8C0
RGB
CMYK
RGB Variations
Color information
#9BE8C0 (or 0x9BE8C0) is known color: Vista Blue. HEX triplet: 9B, E8 and C0. RGB value is (155,232,192). Sum of RGB (Red+Green+Blue) = 155+232+192=579 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.77% from 579); Green value is 232 (91.02% from 255 or 40.07% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 232 - color contains mainly: green. Hex color #9BE8C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BE8C0 is #64173F. Grayscale: #CCCCCC. Windows color (decimal): -6559552 or 12642459. OLE color: 12642459.
HSL color Cylindrical-coordinate representation of color #9BE8C0: hue angle of 148.83º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BE8C0 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 232 | 192 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.09 |
| HSL | 148.83º | 0.63% | 0.76% | - |
| HSV(B) | 148.83º | 0.33% | 0.91% | - |
| XYZ | 51.89 | 68.49 | 60.35 | - |
| YUV | 204.42 | 120.99 | 92.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 232 | 192 | 0.33 | 0 | 0.17 | 0.09 | 148.83 | 0.63 | 0.76 |
| Hex | 9B | E8 | C0 | 21 | 0 | 11 | 9 | 95 | 3F | 4C |
| Octal | 233 | 350 | 300 | 41 | 0 | 21 | 11 | 225 | 77 | 114 |
| Binary | 10011011 | 11101000 | 11000000 | 100001 | 0 | 10001 | 1001 | 10010101 | 111111 | 1001100 |
Color Harmonies of #9BE8C0
Complementary color
Monochromatic Colors of #9BE8C0
Black with #9BE8C0
Text Example
Text Example
White with #9BE8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE8C0; }
p { color: rgb(155,232,192); }
H1.HeaderClassName
{
color: #9BE8C0;
}
.AnyTagClassName
{
color: #9BE8C0;
}
</style>
background-color css
<style>
a { background-color: #9BE8C0; }
a { background-color: rgb(155,232,192); }
div.DivClassName
{
background-color: #9BE8C0;
}
.BgClassName
{
background-color: #9BE8C0;
}
</style>
border-color css
<style>
span { border-color: #9BE8C0; }
span { border-color: rgb(155,232,192); }
td.TdClassName
{
border-color: #9BE8C0;
}
.TagClassName
{
border-color: #9BE8C0;
}
</style>