#9CAACA

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

Shades of Echo Blue #9CAACA

Tints of Echo Blue #9CAACA

Color information

#9CAACA (or 0x9CAACA) is unknown color: approx Echo Blue. HEX triplet: 9C, AA and CA. RGB value is (156,170,202). Sum of RGB (Red+Green+Blue) = 156+170+202=528 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.55% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #9CAACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CAACA is #635535. Grayscale: #A9A9A9. Windows color (decimal): -6509878 or 13281948. OLE color: 13281948.

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

Color convert

RGB156170202-
CMYK0.230.1600.21
HSL221.74º30.26%70.2%-
HSV(B)221.74º22.77%79.22%-
XYZ38.7540.0861.57-
YUV169.46146.36118.4-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.55%
GREEN value IS 170 (66.80% from 255) = 32.20%
BLUE value IS 202 (79.30% from 255) = 38.26%
R=29.55%
G=32.20%
B=38.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1561702020.230.1600.21221.7430.2670.2
Hex9CAACA1710015de1e46
Octal234252312272002533636106
Binary100111001010101011001010101111000001010111011110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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