Shades of Vista Blue #9BE9C0
Tints of Vista Blue #9BE9C0
RGB
CMYK
RGB Variations
Color information
#9BE9C0 (or 0x9BE9C0) is known color: Vista Blue. HEX triplet: 9B, E9 and C0. RGB value is (155,233,192). Sum of RGB (Red+Green+Blue) = 155+233+192=580 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.72% from 580); Green value is 233 (91.41% from 255 or 40.17% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 233 - color contains mainly: green. Hex color #9BE9C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BE9C0 is #64163F. Grayscale: #CDCDCD. Windows color (decimal): -6559296 or 12642715. OLE color: 12642715.
HSL color Cylindrical-coordinate representation of color #9BE9C0: hue angle of 148.46º degrees, saturation: 0.64, 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 #9BE9C0 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 233 | 192 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.09 |
| HSL | 148.46º | 0.64% | 0.76% | - |
| HSV(B) | 148.46º | 0.33% | 0.91% | - |
| XYZ | 52.17 | 69.05 | 60.45 | - |
| YUV | 205 | 120.66 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 233 | 192 | 0.33 | 0 | 0.18 | 0.09 | 148.46 | 0.64 | 0.76 |
| Hex | 9B | E9 | C0 | 21 | 0 | 12 | 9 | 94 | 40 | 4C |
| Octal | 233 | 351 | 300 | 41 | 0 | 22 | 11 | 224 | 100 | 114 |
| Binary | 10011011 | 11101001 | 11000000 | 100001 | 0 | 10010 | 1001 | 10010100 | 1000000 | 1001100 |
Color Harmonies of #9BE9C0
Complementary color
Monochromatic Colors of #9BE9C0
Black with #9BE9C0
Text Example
Text Example
White with #9BE9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE9C0; }
p { color: rgb(155,233,192); }
H1.HeaderClassName
{
color: #9BE9C0;
}
.AnyTagClassName
{
color: #9BE9C0;
}
</style>
background-color css
<style>
a { background-color: #9BE9C0; }
a { background-color: rgb(155,233,192); }
div.DivClassName
{
background-color: #9BE9C0;
}
.BgClassName
{
background-color: #9BE9C0;
}
</style>
border-color css
<style>
span { border-color: #9BE9C0; }
span { border-color: rgb(155,233,192); }
td.TdClassName
{
border-color: #9BE9C0;
}
.TagClassName
{
border-color: #9BE9C0;
}
</style>