Shades of Vista Blue #9EDFC1
Tints of Vista Blue #9EDFC1
RGB
CMYK
RGB Variations
Color information
#9EDFC1 (or 0x9EDFC1) is known color: Vista Blue. HEX triplet: 9E, DF and C1. RGB value is (158,223,193). Sum of RGB (Red+Green+Blue) = 158+223+193=574 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.53% from 574); Green value is 223 (87.5% from 255 or 38.85% from 574); Blue value is 193 (75.78% from 255 or 33.62% from 574); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDFC1 is #61203E. Grayscale: #C8C8C8. Windows color (decimal): -6365247 or 12705694. OLE color: 12705694.
HSL color Cylindrical-coordinate representation of color #9EDFC1: hue angle of 152.31º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EDFC1 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 223 | 193 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.13 |
| HSL | 152.31º | 0.5% | 0.75% | - |
| HSV(B) | 152.31º | 0.29% | 0.87% | - |
| XYZ | 50.11 | 63.89 | 60.14 | - |
| YUV | 200.15 | 123.97 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 223 | 193 | 0.29 | 0 | 0.13 | 0.13 | 152.31 | 0.5 | 0.75 |
| Hex | 9E | DF | C1 | 1D | 0 | D | D | 98 | 32 | 4B |
| Octal | 236 | 337 | 301 | 35 | 0 | 15 | 15 | 230 | 62 | 113 |
| Binary | 10011110 | 11011111 | 11000001 | 11101 | 0 | 1101 | 1101 | 10011000 | 110010 | 1001011 |
Color Harmonies of #9EDFC1
Complementary color
Monochromatic Colors of #9EDFC1
Black with #9EDFC1
Text Example
Text Example
White with #9EDFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDFC1; }
p { color: rgb(158,223,193); }
H1.HeaderClassName
{
color: #9EDFC1;
}
.AnyTagClassName
{
color: #9EDFC1;
}
</style>
background-color css
<style>
a { background-color: #9EDFC1; }
a { background-color: rgb(158,223,193); }
div.DivClassName
{
background-color: #9EDFC1;
}
.BgClassName
{
background-color: #9EDFC1;
}
</style>
border-color css
<style>
span { border-color: #9EDFC1; }
span { border-color: rgb(158,223,193); }
td.TdClassName
{
border-color: #9EDFC1;
}
.TagClassName
{
border-color: #9EDFC1;
}
</style>