Html Css Color HEX #9EBACB Heather

📋 copy color: '#9EBACB'

red 158 ◦ green 186 ◦ blue 203

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

Shades of Heather #9EBACB

Tints of Heather #9EBACB

RGB

 RED value IS 158 (62.11% from 255) = 28.88%

 GREEN value IS 186 (73.05% from 255) = 34%

 BLUE value IS 203 (79.69% from 255) = 37.11%

R = 28.88%
G = 34%
B = 37.11%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9EBACB (or 0x9EBACB) is known color: Heather. HEX triplet: 9E, BA and CB. RGB value is (158,186,203). Sum of RGB (Red+Green+Blue) = 158+186+203=547 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.88% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 203 - color contains mainly: blue. Hex color #9EBACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBACB is #614534. Grayscale: #B3B3B3. Windows color (decimal): -6374709 or 13351582. OLE color: 13351582.

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

Color convert

RGB 158 186 203 -
CMYK 0.22 0.08 0 0.20
HSL 202.67º 0.3% 0.71% -
HSV(B) 202.67º 0.22% 0.8% -
XYZ 42.44 46.7 63.28 -
YUV 179.57 141.22 112.62 -
System Red Green Blue C M Y K H S L
Decimal 158 186 203 0.22 0.08 0 0.20 202.67 0.3 0.71
Hex 9E BA CB 16 8 0 14 CB 1E 47
Octal 236 272 313 26 10 0 24 313 36 107
Binary 10011110 10111010 11001011 10110 1000 0 10100 11001011 11110 1000111

Color Harmonies of #9EBACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBACB

Black with #9EBACB

Text Example


Text Example

White with #9EBACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EBACB;
 }
 .AnyTagClassName
 {
   color: #9EBACB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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