Shades of Vista Blue #9CEDBB
Tints of Vista Blue #9CEDBB
RGB
CMYK
RGB Variations
Color information
#9CEDBB (or 0x9CEDBB) is known color: Vista Blue. HEX triplet: 9C, ED and BB. RGB value is (156,237,187). Sum of RGB (Red+Green+Blue) = 156+237+187=580 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.90% from 580); Green value is 237 (92.97% from 255 or 40.86% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 237 - color contains mainly: green. Hex color #9CEDBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEDBB is #631244. Grayscale: #CFCFCF. Windows color (decimal): -6492741 or 12316060. OLE color: 12316060.
HSL color Cylindrical-coordinate representation of color #9CEDBB: hue angle of 142.96º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CEDBB is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 237 | 187 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.07 |
| HSL | 142.96º | 0.69% | 0.77% | - |
| HSV(B) | 142.96º | 0.34% | 0.93% | - |
| XYZ | 52.96 | 71.22 | 57.97 | - |
| YUV | 207.08 | 116.66 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 237 | 187 | 0.34 | 0 | 0.21 | 0.07 | 142.96 | 0.69 | 0.77 |
| Hex | 9C | ED | BB | 22 | 0 | 15 | 7 | 8F | 45 | 4D |
| Octal | 234 | 355 | 273 | 42 | 0 | 25 | 7 | 217 | 105 | 115 |
| Binary | 10011100 | 11101101 | 10111011 | 100010 | 0 | 10101 | 111 | 10001111 | 1000101 | 1001101 |
Color Harmonies of #9CEDBB
Complementary color
Monochromatic Colors of #9CEDBB
Black with #9CEDBB
Text Example
Text Example
White with #9CEDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEDBB; }
p { color: rgb(156,237,187); }
H1.HeaderClassName
{
color: #9CEDBB;
}
.AnyTagClassName
{
color: #9CEDBB;
}
</style>
background-color css
<style>
a { background-color: #9CEDBB; }
a { background-color: rgb(156,237,187); }
div.DivClassName
{
background-color: #9CEDBB;
}
.BgClassName
{
background-color: #9CEDBB;
}
</style>
border-color css
<style>
span { border-color: #9CEDBB; }
span { border-color: rgb(156,237,187); }
td.TdClassName
{
border-color: #9CEDBB;
}
.TagClassName
{
border-color: #9CEDBB;
}
</style>