Html Css Color HEX #A0B0CF Echo Blue

📋 copy color: '#A0B0CF'

red 160 ◦ green 176 ◦ blue 207

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

Shades of Echo Blue #A0B0CF

Tints of Echo Blue #A0B0CF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.41%

 BLUE value IS 207 (81.25% from 255) = 38.12%

R = 29.47%
G = 32.41%
B = 38.12%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A0B0CF (or 0xA0B0CF) is known color: Echo Blue. HEX triplet: A0, B0 and CF. RGB value is (160,176,207). Sum of RGB (Red+Green+Blue) = 160+176+207=543 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.47% from 543); Green value is 176 (69.14% from 255 or 32.41% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 207 - color contains mainly: blue. Hex color #A0B0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0B0CF is #5F4F30. Grayscale: #AEAEAE. Windows color (decimal): -6246193 or 13611168. OLE color: 13611168.

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

Color convert

RGB 160 176 207 -
CMYK 0.23 0.15 0 0.19
HSL 219.57º 0.33% 0.72% -
HSV(B) 219.57º 0.23% 0.81% -
XYZ 41.29 43.03 65.16 -
YUV 174.75 146.2 117.48 -
System Red Green Blue C M Y K H S L
Decimal 160 176 207 0.23 0.15 0 0.19 219.57 0.33 0.72
Hex A0 B0 CF 17 F 0 13 DC 21 48
Octal 240 260 317 27 17 0 23 334 41 110
Binary 10100000 10110000 11001111 10111 1111 0 10011 11011100 100001 1001000

Color Harmonies of #A0B0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B0CF

Black with #A0B0CF

Text Example


Text Example

White with #A0B0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B0CF; }

 p { color: rgb(160,176,207); }

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

background-color css

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

 a { background-color: rgb(160,176,207); }

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

border-color css

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

 span { border-color: rgb(160,176,207); }

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