Html Css Color HEX #A0AFCB Echo Blue

📋 copy color: '#A0AFCB'

red 160 ◦ green 175 ◦ blue 203

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

Shades of Echo Blue #A0AFCB

Tints of Echo Blue #A0AFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.73%

R = 29.74%
G = 32.53%
B = 37.73%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A0AFCB (or 0xA0AFCB) is known color: Echo Blue. HEX triplet: A0, AF and CB. RGB value is (160,175,203). Sum of RGB (Red+Green+Blue) = 160+175+203=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 175 (68.75% from 255 or 32.53% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: blue. Hex color #A0AFCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AFCB is #5F5034. Grayscale: #ADADAD. Windows color (decimal): -6246453 or 13348768. OLE color: 13348768.

HSL color Cylindrical-coordinate representation of color #A0AFCB: hue angle of 219.07º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0AFCB is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 175 203 -
CMYK 0.21 0.14 0 0.20
HSL 219.07º 0.29% 0.71% -
HSV(B) 219.07º 0.21% 0.8% -
XYZ 40.61 42.45 62.55 -
YUV 173.71 144.53 118.22 -
System Red Green Blue C M Y K H S L
Decimal 160 175 203 0.21 0.14 0 0.20 219.07 0.29 0.71
Hex A0 AF CB 15 E 0 14 DB 1D 47
Octal 240 257 313 25 16 0 24 333 35 107
Binary 10100000 10101111 11001011 10101 1110 0 10100 11011011 11101 1000111

Color Harmonies of #A0AFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AFCB

Black with #A0AFCB

Text Example


Text Example

White with #A0AFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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