#9EBDCC

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

Shades of Heather #9EBDCC

Tints of Heather #9EBDCC

Color information

#9EBDCC (or 0x9EBDCC) is unknown color: approx Heather. HEX triplet: 9E, BD and CC. RGB value is (158,189,204). Sum of RGB (Red+Green+Blue) = 158+189+204=551 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.68% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 204 - color contains mainly: blue. Hex color #9EBDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBDCC is #614233. Grayscale: #B5B5B5. Windows color (decimal): -6373940 or 13417886. OLE color: 13417886.

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

Color convert

RGB158189204-
CMYK0.230.0700.2
HSL199.57º31.08%70.98%-
HSV(B)199.57º22.55%80%-
XYZ43.248.0264.12-
YUV181.44140.73111.28-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.68%
GREEN value IS 189 (74.22% from 255) = 34.30%
BLUE value IS 204 (80.08% from 255) = 37.02%
R=28.68%
G=34.30%
B=37.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1581892040.230.0700.2199.5731.0870.98
Hex9EBDCC177014c81f47
Octal23627531427702431037107
Binary1001111010111101110011001011111101010011001000111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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