#9EBACC

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

Shades of Heather #9EBACC

Tints of Heather #9EBACC

Color information

#9EBACC (or 0x9EBACC) is unknown color: approx Heather. HEX triplet: 9E, BA and CC. RGB value is (158,186,204). Sum of RGB (Red+Green+Blue) = 158+186+204=548 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.83% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: blue. Hex color #9EBACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBACC is #614533. Grayscale: #B3B3B3. Windows color (decimal): -6374708 or 13417118. OLE color: 13417118.

HSL color Cylindrical-coordinate representation of color #9EBACC: hue angle of 203.48º degrees, saturation: 0.31, 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 #9EBACC is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB158186204-
CMYK0.230.0900.2
HSL203.48º31.08%70.98%-
HSV(B)203.48º22.55%80%-
XYZ42.5646.7563.91-
YUV179.68141.72112.54-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.83%
GREEN value IS 186 (73.05% from 255) = 33.94%
BLUE value IS 204 (80.08% from 255) = 37.23%
R=28.83%
G=33.94%
B=37.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1581862040.230.0900.2203.4831.0870.98
Hex9EBACC179014cb1f47
Octal236272314271102431337107
Binary10011110101110101100110010111100101010011001011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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