Html Css Color HEX #9EBACD Heather

📋 copy color: '#9EBACD'

red 158 ◦ green 186 ◦ blue 205

#9EBACD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heather #9EBACD

Tints of Heather #9EBACD

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 value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9EBACD (or 0x9EBACD) is known color: 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

RGB 158 186 205 -
CMYK 0.23 0.09 0 0.20
HSL 204.26º 0.32% 0.71% -
HSV(B) 204.26º 0.23% 0.8% -
XYZ 42.68 46.79 64.54 -
YUV 179.79 142.22 112.46 -
System Red Green Blue C M Y K H S L
Decimal 158 186 205 0.23 0.09 0 0.20 204.26 0.32 0.71
Hex 9E BA CD 17 9 0 14 CC 20 47
Octal 236 272 315 27 11 0 24 314 40 107
Binary 10011110 10111010 11001101 10111 1001 0 10100 11001100 100000 1000111

Color Harmonies of #9EBACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBACD

Black with #9EBACD

Text Example


Text Example

White with #9EBACD

Text Example


Text Example

HTML Codes & Css Web 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>