#9EBBC4

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

Shades of Heather #9EBBC4

Tints of Heather #9EBBC4

Color information

#9EBBC4 (or 0x9EBBC4) is unknown color: approx Heather. HEX triplet: 9E, BB and C4. RGB value is (158,187,196). Sum of RGB (Red+Green+Blue) = 158+187+196=541 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.21% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 196 (76.95% from 255 or 36.23% from 541); Max value from RGB is 196 - color contains mainly: blue. Hex color #9EBBC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBBC4 is #61443B. Grayscale: #B3B3B3. Windows color (decimal): -6374460 or 12893086. OLE color: 12893086.

HSL color Cylindrical-coordinate representation of color #9EBBC4: hue angle of 194.21º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9EBBC4 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB158187196-
CMYK0.190.0500.23
HSL194.21º24.36%69.41%-
HSV(B)194.21º19.39%76.86%-
XYZ41.8346.859.05-
YUV179.36137.39112.77-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.21%
GREEN value IS 187 (73.44% from 255) = 34.57%
BLUE value IS 196 (76.95% from 255) = 36.23%
R=29.21%
G=34.57%
B=36.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1581871960.190.0500.23194.2124.3669.41
Hex9EBBC4135017c21845
Octal23627330423502730230105
Binary1001111010111011110001001001110101011111000010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,187,196); }

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

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

 a { background-color: rgb(158,187,196); }

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

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

 span { border-color: rgb(158,187,196); }

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