#9EBACE

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

Shades of Heather #9EBACE

Tints of Heather #9EBACE

Color information

#9EBACE (or 0x9EBACE) is unknown color: approx Heather. HEX triplet: 9E, BA and CE. RGB value is (158,186,206). Sum of RGB (Red+Green+Blue) = 158+186+206=550 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.73% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 206 - color contains mainly: blue. Hex color #9EBACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBACE is #614531. Grayscale: #B3B3B3. Windows color (decimal): -6374706 or 13548190. OLE color: 13548190.

HSL color Cylindrical-coordinate representation of color #9EBACE: hue angle of 205º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9EBACE is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB158186206-
CMYK0.230.1000.19
HSL205º32.88%71.37%-
HSV(B)205º23.3%80.78%-
XYZ42.846.8465.18-
YUV179.91142.72112.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.73%
GREEN value IS 186 (73.05% from 255) = 33.82%
BLUE value IS 206 (80.86% from 255) = 37.45%
R=28.73%
G=33.82%
B=37.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1581862060.230.1000.1920532.8871.37
Hex9EBACE17A013cd2147
Octal236272316271202331541107
Binary100111101011101011001110101111010010011110011011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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