#9CB8CA

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

Shades of Heather #9CB8CA

Tints of Heather #9CB8CA

Color information

#9CB8CA (or 0x9CB8CA) is unknown color: approx Heather. HEX triplet: 9C, B8 and CA. RGB value is (156,184,202). Sum of RGB (Red+Green+Blue) = 156+184+202=542 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.78% from 542); Green value is 184 (72.27% from 255 or 33.95% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 202 - color contains mainly: blue. Hex color #9CB8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB8CA is #634735. Grayscale: #B1B1B1. Windows color (decimal): -6506294 or 13285532. OLE color: 13285532.

HSL color Cylindrical-coordinate representation of color #9CB8CA: hue angle of 203.48º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CB8CA is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB156184202-
CMYK0.230.0900.21
HSL203.48º30.26%70.2%-
HSV(B)203.48º22.77%79.22%-
XYZ41.5145.6162.49-
YUV177.68141.72112.54-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.78%
GREEN value IS 184 (72.27% from 255) = 33.95%
BLUE value IS 202 (79.30% from 255) = 37.27%
R=28.78%
G=33.95%
B=37.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1561842020.230.0900.21203.4830.2670.2
Hex9CB8CA179015cb1e46
Octal234270312271102531336106
Binary10011100101110001100101010111100101010111001011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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