#9EBBCA

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

Shades of Heather #9EBBCA

Tints of Heather #9EBBCA

Color information

#9EBBCA (or 0x9EBBCA) is unknown color: approx Heather. HEX triplet: 9E, BB and CA. RGB value is (158,187,202). Sum of RGB (Red+Green+Blue) = 158+187+202=547 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.88% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 202 - color contains mainly: blue. Hex color #9EBBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBBCA is #614435. Grayscale: #B3B3B3. Windows color (decimal): -6374454 or 13286302. OLE color: 13286302.

HSL color Cylindrical-coordinate representation of color #9EBBCA: hue angle of 200.45º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9EBBCA is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB158187202-
CMYK0.220.0700.21
HSL200.45º29.33%70.59%-
HSV(B)200.45º21.78%79.22%-
XYZ42.5347.0762.72-
YUV180.04140.39112.28-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.88%
GREEN value IS 187 (73.44% from 255) = 34.19%
BLUE value IS 202 (79.30% from 255) = 36.93%
R=28.88%
G=34.19%
B=36.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1581872020.220.0700.21200.4529.3370.59
Hex9EBBCA167015c81d47
Octal23627331226702531035107
Binary1001111010111011110010101011011101010111001000111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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