#9EBCCC

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

Shades of Heather #9EBCCC

Tints of Heather #9EBCCC

Color information

#9EBCCC (or 0x9EBCCC) is unknown color: approx Heather. HEX triplet: 9E, BC and CC. RGB value is (158,188,204). Sum of RGB (Red+Green+Blue) = 158+188+204=550 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.73% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 204 - color contains mainly: blue. Hex color #9EBCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBCCC is #614333. Grayscale: #B4B4B4. Windows color (decimal): -6374196 or 13417630. OLE color: 13417630.

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

Color convert

RGB158188204-
CMYK0.230.0800.2
HSL200.87º31.08%70.98%-
HSV(B)200.87º22.55%80%-
XYZ42.9847.664.05-
YUV180.85141.06111.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.73%
GREEN value IS 188 (73.83% from 255) = 34.18%
BLUE value IS 204 (80.08% from 255) = 37.09%
R=28.73%
G=34.18%
B=37.09%

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
Decimal1581882040.230.0800.2200.8731.0870.98
Hex9EBCCC178014c91f47
Octal236274314271002431137107
Binary10011110101111001100110010111100001010011001001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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