#9CB5CD

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

Shades of Echo Blue #9CB5CD

Tints of Echo Blue #9CB5CD

Color information

#9CB5CD (or 0x9CB5CD) is unknown color: approx Echo Blue. HEX triplet: 9C, B5 and CD. RGB value is (156,181,205). Sum of RGB (Red+Green+Blue) = 156+181+205=542 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.78% from 542); Green value is 181 (71.09% from 255 or 33.39% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 205 - color contains mainly: blue. Hex color #9CB5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB5CD is #634A32. Grayscale: #B0B0B0. Windows color (decimal): -6507059 or 13481372. OLE color: 13481372.

HSL color Cylindrical-coordinate representation of color #9CB5CD: hue angle of 209.39º 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 #9CB5CD is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB156181205-
CMYK0.240.1200.20
HSL209.39º32.89%70.78%-
HSV(B)209.39º23.9%80.39%-
XYZ41.2544.5264.18-
YUV176.26144.22113.55-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.78%
GREEN value IS 181 (71.09% from 255) = 33.39%
BLUE value IS 205 (80.47% from 255) = 37.82%
R=28.78%
G=33.39%
B=37.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1561812050.240.1200.20209.3932.8970.78
Hex9CB5CD18C014d12147
Octal234265315301402432141107
Binary100111001011010111001101110001100010100110100011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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