#9EBBCC

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

Shades of Heather #9EBBCC

Tints of Heather #9EBBCC

Color information

#9EBBCC (or 0x9EBBCC) is unknown color: approx Heather. HEX triplet: 9E, BB and CC. RGB value is (158,187,204). Sum of RGB (Red+Green+Blue) = 158+187+204=549 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.78% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 204 - color contains mainly: blue. Hex color #9EBBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBBCC is #614433. Grayscale: #B4B4B4. Windows color (decimal): -6374452 or 13417374. OLE color: 13417374.

HSL color Cylindrical-coordinate representation of color #9EBBCC: hue angle of 202.17º degrees, saturation: 0.31, 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 #9EBBCC is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB158187204-
CMYK0.230.0800.2
HSL202.17º31.08%70.98%-
HSV(B)202.17º22.55%80%-
XYZ42.7747.1763.98-
YUV180.27141.39112.12-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.78%
GREEN value IS 187 (73.44% from 255) = 34.06%
BLUE value IS 204 (80.08% from 255) = 37.16%
R=28.78%
G=34.06%
B=37.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1581872040.230.0800.2202.1731.0870.98
Hex9EBBCC178014ca1f47
Octal236273314271002431237107
Binary10011110101110111100110010111100001010011001010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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