#9CB8CE

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

Shades of Heather #9CB8CE

Tints of Heather #9CB8CE

Color information

#9CB8CE (or 0x9CB8CE) is unknown color: approx Heather. HEX triplet: 9C, B8 and CE. RGB value is (156,184,206). Sum of RGB (Red+Green+Blue) = 156+184+206=546 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.57% from 546); Green value is 184 (72.27% from 255 or 33.70% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 206 - color contains mainly: blue. Hex color #9CB8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB8CE is #634731. Grayscale: #B2B2B2. Windows color (decimal): -6506290 or 13547676. OLE color: 13547676.

HSL color Cylindrical-coordinate representation of color #9CB8CE: hue angle of 206.4º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CB8CE is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB156184206-
CMYK0.240.1100.19
HSL206.4º33.78%70.98%-
HSV(B)206.4º24.27%80.78%-
XYZ41.9945.8165.02-
YUV178.14143.72112.21-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.57%
GREEN value IS 184 (72.27% from 255) = 33.70%
BLUE value IS 206 (80.86% from 255) = 37.73%
R=28.57%
G=33.70%
B=37.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1561842060.240.1100.19206.433.7870.98
Hex9CB8CE18B013ce2247
Octal234270316301302331642107
Binary100111001011100011001110110001011010011110011101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,184,206); }

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

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

 a { background-color: rgb(156,184,206); }

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

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

 span { border-color: rgb(156,184,206); }

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