#9CAFCA

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

Shades of Echo Blue #9CAFCA

Tints of Echo Blue #9CAFCA

Color information

#9CAFCA (or 0x9CAFCA) is unknown color: approx Echo Blue. HEX triplet: 9C, AF and CA. RGB value is (156,175,202). Sum of RGB (Red+Green+Blue) = 156+175+202=533 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.27% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 202 - color contains mainly: blue. Hex color #9CAFCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CAFCA is #635035. Grayscale: #ACACAC. Windows color (decimal): -6508598 or 13283228. OLE color: 13283228.

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

Color convert

RGB156175202-
CMYK0.230.1300.21
HSL215.22º30.26%70.2%-
HSV(B)215.22º22.77%79.22%-
XYZ39.741.9961.89-
YUV172.4144.71116.3-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.27%
GREEN value IS 175 (68.75% from 255) = 32.83%
BLUE value IS 202 (79.30% from 255) = 37.90%
R=29.27%
G=32.83%
B=37.90%

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
Decimal1561752020.230.1300.21215.2230.2670.2
Hex9CAFCA17D015d71e46
Octal234257312271502532736106
Binary10011100101011111100101010111110101010111010111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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