#9CB5CC

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

Shades of Echo Blue #9CB5CC

Tints of Echo Blue #9CB5CC

Color information

#9CB5CC (or 0x9CB5CC) is unknown color: approx Echo Blue. HEX triplet: 9C, B5 and CC. RGB value is (156,181,204). Sum of RGB (Red+Green+Blue) = 156+181+204=541 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.84% from 541); Green value is 181 (71.09% from 255 or 33.46% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #9CB5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB5CC is #634A33. Grayscale: #B0B0B0. Windows color (decimal): -6507060 or 13415836. OLE color: 13415836.

HSL color Cylindrical-coordinate representation of color #9CB5CC: hue angle of 208.75º degrees, saturation: 0.32, 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 #9CB5CC is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB156181204-
CMYK0.240.1100.2
HSL208.75º32%70.59%-
HSV(B)208.75º23.53%80%-
XYZ41.1344.4863.54-
YUV176.15143.72113.63-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.84%
GREEN value IS 181 (71.09% from 255) = 33.46%
BLUE value IS 204 (80.08% from 255) = 37.71%
R=28.84%
G=33.46%
B=37.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1561812040.240.1100.2208.753270.59
Hex9CB5CC18B014d12047
Octal234265314301302432140107
Binary100111001011010111001100110001011010100110100011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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