#ADAFCF

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

Shades of Echo Blue #ADAFCF

Tints of Echo Blue #ADAFCF

Color information

#ADAFCF (or 0xADAFCF) is unknown color: approx Echo Blue. HEX triplet: AD, AF and CF. RGB value is (173,175,207). Sum of RGB (Red+Green+Blue) = 173+175+207=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADAFCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFCF is #525030. Grayscale: #B1B1B1. Windows color (decimal): -5394481 or 13610925. OLE color: 13610925.

HSL color Cylindrical-coordinate representation of color #ADAFCF: hue angle of 236.47º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADAFCF is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB173175207-
CMYK0.160.1500.19
HSL236.47º26.15%74.51%-
HSV(B)236.47º16.43%81.18%-
XYZ43.8344.0565.22-
YUV178.05144.34124.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.17%
GREEN value IS 175 (68.75% from 255) = 31.53%
BLUE value IS 207 (81.25% from 255) = 37.30%
R=31.17%
G=31.53%
B=37.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731752070.160.1500.19236.4726.1574.51
HexADAFCF10F013ec1a4b
Octal255257317201702335432113
Binary10101101101011111100111110000111101001111101100110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAFCF; }

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

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

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

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

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

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

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

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