Shades of Vista Blue #9CEDB5
Tints of Vista Blue #9CEDB5
RGB
CMYK
RGB Variations
Color information
#9CEDB5 (or 0x9CEDB5) is known color: Vista Blue. HEX triplet: 9C, ED and B5. RGB value is (156,237,181). Sum of RGB (Red+Green+Blue) = 156+237+181=574 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.18% from 574); Green value is 237 (92.97% from 255 or 41.29% from 574); Blue value is 181 (71.09% from 255 or 31.53% from 574); Max value from RGB is 237 - color contains mainly: green. Hex color #9CEDB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEDB5 is #63124A. Grayscale: #CECECE. Windows color (decimal): -6492747 or 11922844. OLE color: 11922844.
HSL color Cylindrical-coordinate representation of color #9CEDB5: hue angle of 138.52º 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 #9CEDB5 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 237 | 181 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.07 |
| HSL | 138.52º | 0.69% | 0.77% | - |
| HSV(B) | 138.52º | 0.34% | 0.93% | - |
| XYZ | 52.33 | 70.97 | 54.66 | - |
| YUV | 206.4 | 113.66 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 237 | 181 | 0.34 | 0 | 0.24 | 0.07 | 138.52 | 0.69 | 0.77 |
| Hex | 9C | ED | B5 | 22 | 0 | 18 | 7 | 8B | 45 | 4D |
| Octal | 234 | 355 | 265 | 42 | 0 | 30 | 7 | 213 | 105 | 115 |
| Binary | 10011100 | 11101101 | 10110101 | 100010 | 0 | 11000 | 111 | 10001011 | 1000101 | 1001101 |
Color Harmonies of #9CEDB5
Complementary color
Monochromatic Colors of #9CEDB5
Black with #9CEDB5
Text Example
Text Example
White with #9CEDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEDB5; }
p { color: rgb(156,237,181); }
H1.HeaderClassName
{
color: #9CEDB5;
}
.AnyTagClassName
{
color: #9CEDB5;
}
</style>
background-color css
<style>
a { background-color: #9CEDB5; }
a { background-color: rgb(156,237,181); }
div.DivClassName
{
background-color: #9CEDB5;
}
.BgClassName
{
background-color: #9CEDB5;
}
</style>
border-color css
<style>
span { border-color: #9CEDB5; }
span { border-color: rgb(156,237,181); }
td.TdClassName
{
border-color: #9CEDB5;
}
.TagClassName
{
border-color: #9CEDB5;
}
</style>