Html Css Color HEX #A0B4CC Echo Blue

📋 copy color: '#A0B4CC'

red 160 ◦ green 180 ◦ blue 204

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

Shades of Echo Blue #A0B4CC

Tints of Echo Blue #A0B4CC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.09%

 BLUE value IS 204 (80.08% from 255) = 37.5%

R = 29.41%
G = 33.09%
B = 37.5%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A0B4CC (or 0xA0B4CC) is known color: Echo Blue. HEX triplet: A0, B4 and CC. RGB value is (160,180,204). Sum of RGB (Red+Green+Blue) = 160+180+204=544 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.41% from 544); Green value is 180 (70.70% from 255 or 33.09% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: blue. Hex color #A0B4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B4CC is #5F4B33. Grayscale: #B0B0B0. Windows color (decimal): -6245172 or 13415584. OLE color: 13415584.

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

Color convert

RGB 160 180 204 -
CMYK 0.22 0.12 0 0.2
HSL 212.73º 0.3% 0.71% -
HSV(B) 212.73º 0.22% 0.8% -
XYZ 41.72 44.48 63.51 -
YUV 176.76 143.37 116.05 -
System Red Green Blue C M Y K H S L
Decimal 160 180 204 0.22 0.12 0 0.2 212.73 0.3 0.71
Hex A0 B4 CC 16 C 0 14 D5 1E 47
Octal 240 264 314 26 14 0 24 325 36 107
Binary 10100000 10110100 11001100 10110 1100 0 10100 11010101 11110 1000111

Color Harmonies of #A0B4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B4CC

Black with #A0B4CC

Text Example


Text Example

White with #A0B4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B4CC; }

 p { color: rgb(160,180,204); }

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

background-color css

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

 a { background-color: rgb(160,180,204); }

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

border-color css

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

 span { border-color: rgb(160,180,204); }

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