#9EBAD1

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

Shades of Heather #9EBAD1

Tints of Heather #9EBAD1

Color information

#9EBAD1 (or 0x9EBAD1) is unknown color: approx Heather. HEX triplet: 9E, BA and D1. RGB value is (158,186,209). Sum of RGB (Red+Green+Blue) = 158+186+209=553 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.57% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 209 (82.03% from 255 or 37.79% from 553); Max value from RGB is 209 - color contains mainly: blue. Hex color #9EBAD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBAD1 is #61452E. Grayscale: #B4B4B4. Windows color (decimal): -6374703 or 13744798. OLE color: 13744798.

HSL color Cylindrical-coordinate representation of color #9EBAD1: hue angle of 207.06º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9EBAD1 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB158186209-
CMYK0.240.1100.18
HSL207.06º35.66%71.96%-
HSV(B)207.06º24.4%81.96%-
XYZ43.1746.9967.12-
YUV180.25144.22112.13-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.57%
GREEN value IS 186 (73.05% from 255) = 33.63%
BLUE value IS 209 (82.03% from 255) = 37.79%
R=28.57%
G=33.63%
B=37.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1581862090.240.1100.18207.0635.6671.96
Hex9EBAD118B012cf2448
Octal236272321301302231744110
Binary100111101011101011010001110001011010010110011111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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