#9CB0CA

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

Shades of Echo Blue #9CB0CA

Tints of Echo Blue #9CB0CA

Color information

#9CB0CA (or 0x9CB0CA) is unknown color: approx Echo Blue. HEX triplet: 9C, B0 and CA. RGB value is (156,176,202). Sum of RGB (Red+Green+Blue) = 156+176+202=534 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.21% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 202 - color contains mainly: blue. Hex color #9CB0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CB0CA is #634F35. Grayscale: #ACACAC. Windows color (decimal): -6508342 or 13283484. OLE color: 13283484.

HSL color Cylindrical-coordinate representation of color #9CB0CA: hue angle of 213.91º 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 #9CB0CA is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB156176202-
CMYK0.230.1300.21
HSL213.91º30.26%70.2%-
HSV(B)213.91º22.77%79.22%-
XYZ39.942.3861.96-
YUV172.98144.37115.89-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.21%
GREEN value IS 176 (69.14% from 255) = 32.96%
BLUE value IS 202 (79.30% from 255) = 37.83%
R=29.21%
G=32.96%
B=37.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1561762020.230.1300.21213.9130.2670.2
Hex9CB0CA17D015d61e46
Octal234260312271502532636106
Binary10011100101100001100101010111110101010111010110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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