#ADAFC1

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

Shades of Echo Blue #ADAFC1

Tints of Echo Blue #ADAFC1

Color information

#ADAFC1 (or 0xADAFC1) is unknown color: approx Echo Blue. HEX triplet: AD, AF and C1. RGB value is (173,175,193). Sum of RGB (Red+Green+Blue) = 173+175+193=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 193 - color contains mainly: blue. Hex color #ADAFC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFC1 is #52503E. Grayscale: #B0B0B0. Windows color (decimal): -5394495 or 12693421. OLE color: 12693421.

HSL color Cylindrical-coordinate representation of color #ADAFC1: hue angle of 234º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADAFC1 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB173175193-
CMYK0.100.0900.24
HSL234º13.89%71.76%-
HSV(B)234º10.36%75.69%-
XYZ42.1943.3956.6-
YUV176.45137.34125.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.98%
GREEN value IS 175 (68.75% from 255) = 32.35%
BLUE value IS 193 (75.78% from 255) = 35.67%
R=31.98%
G=32.35%
B=35.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731751930.100.0900.2423413.8971.76
HexADAFC1A9018eae48
Octal255257301121103035216110
Binary101011011010111111000001101010010110001110101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAFC1; }

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

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

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

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

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

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

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

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