#ADAFCA

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

Shades of Echo Blue #ADAFCA

Tints of Echo Blue #ADAFCA

Color information

#ADAFCA (or 0xADAFCA) is unknown color: approx Echo Blue. HEX triplet: AD, AF and CA. RGB value is (173,175,202). Sum of RGB (Red+Green+Blue) = 173+175+202=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 202 - color contains mainly: blue. Hex color #ADAFCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFCA is #525035. Grayscale: #B1B1B1. Windows color (decimal): -5394486 or 13283245. OLE color: 13283245.

HSL color Cylindrical-coordinate representation of color #ADAFCA: hue angle of 235.86º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADAFCA is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB173175202-
CMYK0.140.1300.21
HSL235.86º21.48%73.53%-
HSV(B)235.86º14.36%79.22%-
XYZ43.2243.8162.05-
YUV177.48141.84124.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.45%
GREEN value IS 175 (68.75% from 255) = 31.82%
BLUE value IS 202 (79.30% from 255) = 36.73%
R=31.45%
G=31.82%
B=36.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731752020.140.1300.21235.8621.4873.53
HexADAFCAED015ec154a
Octal255257312161502535425112
Binary1010110110101111110010101110110101010111101100101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAFCA; }

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

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

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

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

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

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

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

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