Shades of Vista Blue #9ED5C1
Tints of Vista Blue #9ED5C1
RGB
CMYK
RGB Variations
Color information
#9ED5C1 (or 0x9ED5C1) is known color: Vista Blue. HEX triplet: 9E, D5 and C1. RGB value is (158,213,193). Sum of RGB (Red+Green+Blue) = 158+213+193=564 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.01% from 564); Green value is 213 (83.59% from 255 or 37.77% from 564); Blue value is 193 (75.78% from 255 or 34.22% from 564); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED5C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED5C1 is #612A3E. Grayscale: #C2C2C2. Windows color (decimal): -6367807 or 12703134. OLE color: 12703134.
HSL color Cylindrical-coordinate representation of color #9ED5C1: hue angle of 158.18º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9ED5C1 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 213 | 193 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.16 |
| HSL | 158.18º | 0.4% | 0.73% | - |
| HSV(B) | 158.18º | 0.26% | 0.84% | - |
| XYZ | 47.52 | 58.71 | 59.28 | - |
| YUV | 194.28 | 127.28 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 213 | 193 | 0.26 | 0 | 0.09 | 0.16 | 158.18 | 0.4 | 0.73 |
| Hex | 9E | D5 | C1 | 1A | 0 | 9 | 10 | 9E | 28 | 49 |
| Octal | 236 | 325 | 301 | 32 | 0 | 11 | 20 | 236 | 50 | 111 |
| Binary | 10011110 | 11010101 | 11000001 | 11010 | 0 | 1001 | 10000 | 10011110 | 101000 | 1001001 |
Color Harmonies of #9ED5C1
Complementary color
Monochromatic Colors of #9ED5C1
Black with #9ED5C1
Text Example
Text Example
White with #9ED5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED5C1; }
p { color: rgb(158,213,193); }
H1.HeaderClassName
{
color: #9ED5C1;
}
.AnyTagClassName
{
color: #9ED5C1;
}
</style>
background-color css
<style>
a { background-color: #9ED5C1; }
a { background-color: rgb(158,213,193); }
div.DivClassName
{
background-color: #9ED5C1;
}
.BgClassName
{
background-color: #9ED5C1;
}
</style>
border-color css
<style>
span { border-color: #9ED5C1; }
span { border-color: rgb(158,213,193); }
td.TdClassName
{
border-color: #9ED5C1;
}
.TagClassName
{
border-color: #9ED5C1;
}
</style>