#9EBACD

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

Shades of Heather #9EBACD

Tints of Heather #9EBACD

Color information

#9EBACD (or 0x9EBACD) is unknown color: approx Heather. HEX triplet: 9E, BA and CD. RGB value is (158,186,205). Sum of RGB (Red+Green+Blue) = 158+186+205=549 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.78% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 205 - color contains mainly: blue. Hex color #9EBACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBACD is #614532. Grayscale: #B3B3B3. Windows color (decimal): -6374707 or 13482654. OLE color: 13482654.

HSL color Cylindrical-coordinate representation of color #9EBACD: hue angle of 204.26º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9EBACD is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB158186205-
CMYK0.230.0900.20
HSL204.26º31.97%71.18%-
HSV(B)204.26º22.93%80.39%-
XYZ42.6846.7964.54-
YUV179.79142.22112.46-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.78%
GREEN value IS 186 (73.05% from 255) = 33.88%
BLUE value IS 205 (80.47% from 255) = 37.34%
R=28.78%
G=33.88%
B=37.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1581862050.230.0900.20204.2631.9771.18
Hex9EBACD179014cc2047
Octal236272315271102431440107
Binary100111101011101011001101101111001010100110011001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EBACD; }

 p { color: rgb(158,186,205); }

 H1.HeaderClassName
 {
   color: #9EBACD;
 }
 .AnyTagClassName
 {
   color: #9EBACD;
 }
</style>
background-color css

<style>
 a { background-color: #9EBACD; }

 a { background-color: rgb(158,186,205); }

 div.DivClassName
 {
   background-color: #9EBACD;
 }
 .BgClassName
 {
   background-color: #9EBACD;
 }
</style>
border-color css

<style>
 span { border-color: #9EBACD; }

 span { border-color: rgb(158,186,205); }

 td.TdClassName
 {
   border-color: #9EBACD;
 }
 .TagClassName
 {
   border-color: #9EBACD;
 }
</style>