#9ECFAB

Color #9ECFAB Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #9ECFAB

Tints of Chinook #9ECFAB

Color information

#9ECFAB (or 0x9ECFAB) is unknown color: approx 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

RGB158207171-
CMYK0.2400.170.19
HSL135.92º33.79%71.57%-
HSV(B)135.92º23.67%81.18%-
XYZ43.7654.8446.81-
YUV188.24118.27106.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 29.48%
GREEN value IS 207 (81.25% from 255) = 38.62%
BLUE value IS 171 (67.19% from 255) = 31.90%
R=29.48%
G=38.62%
B=31.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1582071710.2400.170.19135.9233.7971.57
Hex9ECFAB1801113882248
Octal236317253300212321042110
Binary1001111011001111101010111100001000110011100010001000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>