Shades of Vista Blue #9ECFB2
Tints of Vista Blue #9ECFB2
RGB
CMYK
RGB Variations
Color information
#9ECFB2 (or 0x9ECFB2) is known color: Vista Blue. HEX triplet: 9E, CF and B2. RGB value is (158,207,178). Sum of RGB (Red+Green+Blue) = 158+207+178=543 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.10% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECFB2 is #61304D. Grayscale: #BDBDBD. Windows color (decimal): -6369358 or 11718558. OLE color: 11718558.
HSL color Cylindrical-coordinate representation of color #9ECFB2: hue angle of 144.49º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9ECFB2 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 207 | 178 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.19 |
| HSL | 144.49º | 0.34% | 0.72% | - |
| HSV(B) | 144.49º | 0.24% | 0.81% | - |
| XYZ | 44.45 | 55.11 | 50.41 | - |
| YUV | 189.04 | 121.77 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 178 | 0.24 | 0 | 0.14 | 0.19 | 144.49 | 0.34 | 0.72 |
| Hex | 9E | CF | B2 | 18 | 0 | E | 13 | 90 | 22 | 48 |
| Octal | 236 | 317 | 262 | 30 | 0 | 16 | 23 | 220 | 42 | 110 |
| Binary | 10011110 | 11001111 | 10110010 | 11000 | 0 | 1110 | 10011 | 10010000 | 100010 | 1001000 |
Color Harmonies of #9ECFB2
Complementary color
Monochromatic Colors of #9ECFB2
Black with #9ECFB2
Text Example
Text Example
White with #9ECFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECFB2; }
p { color: rgb(158,207,178); }
H1.HeaderClassName
{
color: #9ECFB2;
}
.AnyTagClassName
{
color: #9ECFB2;
}
</style>
background-color css
<style>
a { background-color: #9ECFB2; }
a { background-color: rgb(158,207,178); }
div.DivClassName
{
background-color: #9ECFB2;
}
.BgClassName
{
background-color: #9ECFB2;
}
</style>
border-color css
<style>
span { border-color: #9ECFB2; }
span { border-color: rgb(158,207,178); }
td.TdClassName
{
border-color: #9ECFB2;
}
.TagClassName
{
border-color: #9ECFB2;
}
</style>