Shades of Vista Blue #9BE6B7
Tints of Vista Blue #9BE6B7
RGB
CMYK
RGB Variations
Color information
#9BE6B7 (or 0x9BE6B7) is known color: Vista Blue. HEX triplet: 9B, E6 and B7. RGB value is (155,230,183). Sum of RGB (Red+Green+Blue) = 155+230+183=568 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.29% from 568); Green value is 230 (90.23% from 255 or 40.49% from 568); Blue value is 183 (71.88% from 255 or 32.22% from 568); Max value from RGB is 230 - color contains mainly: green. Hex color #9BE6B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BE6B7 is #641948. Grayscale: #CACACA. Windows color (decimal): -6560073 or 12052123. OLE color: 12052123.
HSL color Cylindrical-coordinate representation of color #9BE6B7: hue angle of 142.4º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BE6B7 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 155 | 230 | 183 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.10 |
| HSL | 142.4º | 0.6% | 0.75% | - |
| HSV(B) | 142.4º | 0.33% | 0.9% | - |
| XYZ | 50.36 | 66.98 | 55.07 | - |
| YUV | 202.22 | 117.15 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 230 | 183 | 0.33 | 0 | 0.20 | 0.10 | 142.4 | 0.6 | 0.75 |
| Hex | 9B | E6 | B7 | 21 | 0 | 14 | A | 8E | 3C | 4B |
| Octal | 233 | 346 | 267 | 41 | 0 | 24 | 12 | 216 | 74 | 113 |
| Binary | 10011011 | 11100110 | 10110111 | 100001 | 0 | 10100 | 1010 | 10001110 | 111100 | 1001011 |
Color Harmonies of #9BE6B7
Complementary color
Monochromatic Colors of #9BE6B7
Black with #9BE6B7
Text Example
Text Example
White with #9BE6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE6B7; }
p { color: rgb(155,230,183); }
H1.HeaderClassName
{
color: #9BE6B7;
}
.AnyTagClassName
{
color: #9BE6B7;
}
</style>
background-color css
<style>
a { background-color: #9BE6B7; }
a { background-color: rgb(155,230,183); }
div.DivClassName
{
background-color: #9BE6B7;
}
.BgClassName
{
background-color: #9BE6B7;
}
</style>
border-color css
<style>
span { border-color: #9BE6B7; }
span { border-color: rgb(155,230,183); }
td.TdClassName
{
border-color: #9BE6B7;
}
.TagClassName
{
border-color: #9BE6B7;
}
</style>