#9CB8CD

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

Shades of Heather #9CB8CD

Tints of Heather #9CB8CD

Color information

#9CB8CD (or 0x9CB8CD) is unknown color: approx Heather. HEX triplet: 9C, B8 and CD. RGB value is (156,184,205). Sum of RGB (Red+Green+Blue) = 156+184+205=545 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.62% from 545); Green value is 184 (72.27% from 255 or 33.76% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 205 - color contains mainly: blue. Hex color #9CB8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB8CD is #634732. Grayscale: #B1B1B1. Windows color (decimal): -6506291 or 13482140. OLE color: 13482140.

HSL color Cylindrical-coordinate representation of color #9CB8CD: hue angle of 205.71º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CB8CD is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB156184205-
CMYK0.240.1000.20
HSL205.71º32.89%70.78%-
HSV(B)205.71º23.9%80.39%-
XYZ41.8745.7664.38-
YUV178.02143.22112.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.62%
GREEN value IS 184 (72.27% from 255) = 33.76%
BLUE value IS 205 (80.47% from 255) = 37.61%
R=28.62%
G=33.76%
B=37.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1561842050.240.1000.20205.7132.8970.78
Hex9CB8CD18A014ce2147
Octal234270315301202431641107
Binary100111001011100011001101110001010010100110011101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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