Shades of Vista Blue #9CEBB5
Tints of Vista Blue #9CEBB5
RGB
CMYK
RGB Variations
Color information
#9CEBB5 (or 0x9CEBB5) is known color: Vista Blue. HEX triplet: 9C, EB and B5. RGB value is (156,235,181). Sum of RGB (Red+Green+Blue) = 156+235+181=572 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.27% from 572); Green value is 235 (92.19% from 255 or 41.08% from 572); Blue value is 181 (71.09% from 255 or 31.64% from 572); Max value from RGB is 235 - color contains mainly: green. Hex color #9CEBB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEBB5 is #63144A. Grayscale: #CDCDCD. Windows color (decimal): -6493259 or 11922332. OLE color: 11922332.
HSL color Cylindrical-coordinate representation of color #9CEBB5: hue angle of 138.99º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CEBB5 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 235 | 181 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.08 |
| HSL | 138.99º | 0.66% | 0.77% | - |
| HSV(B) | 138.99º | 0.34% | 0.92% | - |
| XYZ | 51.76 | 69.82 | 54.46 | - |
| YUV | 205.22 | 114.33 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 235 | 181 | 0.34 | 0 | 0.23 | 0.08 | 138.99 | 0.66 | 0.77 |
| Hex | 9C | EB | B5 | 22 | 0 | 17 | 8 | 8B | 42 | 4D |
| Octal | 234 | 353 | 265 | 42 | 0 | 27 | 10 | 213 | 102 | 115 |
| Binary | 10011100 | 11101011 | 10110101 | 100010 | 0 | 10111 | 1000 | 10001011 | 1000010 | 1001101 |
Color Harmonies of #9CEBB5
Complementary color
Monochromatic Colors of #9CEBB5
Black with #9CEBB5
Text Example
Text Example
White with #9CEBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEBB5; }
p { color: rgb(156,235,181); }
H1.HeaderClassName
{
color: #9CEBB5;
}
.AnyTagClassName
{
color: #9CEBB5;
}
</style>
background-color css
<style>
a { background-color: #9CEBB5; }
a { background-color: rgb(156,235,181); }
div.DivClassName
{
background-color: #9CEBB5;
}
.BgClassName
{
background-color: #9CEBB5;
}
</style>
border-color css
<style>
span { border-color: #9CEBB5; }
span { border-color: rgb(156,235,181); }
td.TdClassName
{
border-color: #9CEBB5;
}
.TagClassName
{
border-color: #9CEBB5;
}
</style>