Shades of Chinook #9ECFAB
Tints of Chinook #9ECFAB
RGB
CMYK
RGB Variations
Color information
#9ECFAB (or 0x9ECFAB) is known color: Chinook. HEX triplet: 9E, CF and AB. RGB value is (158,207,171). Sum of RGB (Red+Green+Blue) = 158+207+171=536 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.48% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECFAB is #613054. Grayscale: #BCBCBC. Windows color (decimal): -6369365 or 11259806. OLE color: 11259806.
HSL color Cylindrical-coordinate representation of color #9ECFAB: hue angle of 135.92º 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 #9ECFAB is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 207 | 171 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.19 |
| HSL | 135.92º | 0.34% | 0.72% | - |
| HSV(B) | 135.92º | 0.24% | 0.81% | - |
| XYZ | 43.76 | 54.84 | 46.81 | - |
| YUV | 188.25 | 118.27 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 171 | 0.24 | 0 | 0.17 | 0.19 | 135.92 | 0.34 | 0.72 |
| Hex | 9E | CF | AB | 18 | 0 | 11 | 13 | 88 | 22 | 48 |
| Octal | 236 | 317 | 253 | 30 | 0 | 21 | 23 | 210 | 42 | 110 |
| Binary | 10011110 | 11001111 | 10101011 | 11000 | 0 | 10001 | 10011 | 10001000 | 100010 | 1001000 |
Color Harmonies of #9ECFAB
Complementary color
Monochromatic Colors of #9ECFAB
Black with #9ECFAB
Text Example
Text Example
White with #9ECFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECFAB; }
p { color: rgb(158,207,171); }
H1.HeaderClassName
{
color: #9ECFAB;
}
.AnyTagClassName
{
color: #9ECFAB;
}
</style>
background-color css
<style>
a { background-color: #9ECFAB; }
a { background-color: rgb(158,207,171); }
div.DivClassName
{
background-color: #9ECFAB;
}
.BgClassName
{
background-color: #9ECFAB;
}
</style>
border-color css
<style>
span { border-color: #9ECFAB; }
span { border-color: rgb(158,207,171); }
td.TdClassName
{
border-color: #9ECFAB;
}
.TagClassName
{
border-color: #9ECFAB;
}
</style>