Html Css Color HEX #A0AFC8 Echo Blue

📋 copy color: '#A0AFC8'

red 160 ◦ green 175 ◦ blue 200

#A0AFC8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Echo Blue #A0AFC8

Tints of Echo Blue #A0AFC8

RGB

 RED value IS 160 (62.89% from 255) = 29.91%

 GREEN value IS 175 (68.75% from 255) = 32.71%

 BLUE value IS 200 (78.52% from 255) = 37.38%

R = 29.91%
G = 32.71%
B = 37.38%

CMYK

 C value IS 0.2

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A0AFC8 (or 0xA0AFC8) is known color: Echo Blue. HEX triplet: A0, AF and C8. RGB value is (160,175,200). Sum of RGB (Red+Green+Blue) = 160+175+200=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 200 - color contains mainly: blue. Hex color #A0AFC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AFC8 is #5F5037. Grayscale: #ADADAD. Windows color (decimal): -6246456 or 13152160. OLE color: 13152160.

HSL color Cylindrical-coordinate representation of color #A0AFC8: hue angle of 217.5º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A0AFC8 is Cyan = 0.2, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 175 200 -
CMYK 0.2 0.12 0 0.22
HSL 217.5º 0.27% 0.71% -
HSV(B) 217.5º 0.2% 0.78% -
XYZ 40.25 42.3 60.69 -
YUV 173.37 143.03 118.47 -
System Red Green Blue C M Y K H S L
Decimal 160 175 200 0.2 0.12 0 0.22 217.5 0.27 0.71
Hex A0 AF C8 14 C 0 16 DA 1B 47
Octal 240 257 310 24 14 0 26 332 33 107
Binary 10100000 10101111 11001000 10100 1100 0 10110 11011010 11011 1000111

Color Harmonies of #A0AFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AFC8

Black with #A0AFC8

Text Example


Text Example

White with #A0AFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AFC8; }

 p { color: rgb(160,175,200); }

 H1.HeaderClassName
 {
   color: #A0AFC8;
 }
 .AnyTagClassName
 {
   color: #A0AFC8;
 }
</style>

background-color css

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

 a { background-color: rgb(160,175,200); }

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

border-color css

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

 span { border-color: rgb(160,175,200); }

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