#a0b2c8 Color Hex Aerial View

Information about Aerial View Color | #0000FF

#a0b2c8 color RGB value is (160,178,200). #a0b2c8 color name is Aerial View color.

#a0b2c8 hex color red value is 160 , green value is 178 and the blue value of its RGB is 200 . Cylindrical-coordinate representations (also known as HSL) of color #a0b2c8 hue: 213 , saturation: 27 and the lightness value of #a0b2c8 is 71

The process color (four color CMYK) of #a0b2c8 color hex is 8 , 4 ,0, 8 .

#a0b2c8

~Aerial View

Color Converions

HEX
#a0b2c8
RGB
160,178,200
LAB
72,-3,-13
CMYK
20,11,0,22
LCH
72,14,-102
XYZ
41,43,61
HSV
213,20,78
HSL
213,27,71

Base Numbers

Base Red Green Blue
Binary 10100000 10110010 11001000
Octal 240 262 310
Decimal 160 178 200
Hex a0 b2 c8

RGB Percentages of Color #a0b2c8

63%
70%
78%

CMYK Percentages of Color #a0b2c8

8%
0%
4%
8%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #a0b2c8

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#a0b2c8
20%
#90a0b4
30%
#808ea0
40%
#707d8c
50%
#606b78
60%
#505964
70%
#404750
80%
#30353c
90%
#202428
100%
#101214

Tints of #a0b2c8

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#a0b2c8
20%
#aabace
30%
#b3c1d3
40%
#bcc9d9
50%
#c6d1de
60%
#cfd8e4
70%
#d9e0e9
80%
#e2e8ef
90%
#ecf0f4
100%
#f5f7fa

Tones of #a0b2c8

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#a0b2c8
20%
#9dadc1
30%
#9aa8ba
40%
#96a3b2
50%
#939eab
60%
#9099a4
70%
#8d949c
80%
#898f95
90%
#868a8e
100%
#838587

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#a0b2c8
#a0c2c8
#a0bac8
#a0b2c8
#a0aac8
#a0a2c8

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#a0b2c8
#c8b6a0

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#a0b2c8
#bea0c8
#c2c8a0

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#a0b2c8
#c8a0b2
#b2c8a0

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#a0b2c8
#c8a0c6
#c8b6a0
#a0c8a2

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#a0b2c8
#c2d8f2
#181b1e
#3a4148
#5c6673
#7e8c9d

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#a0b2c8

protanopia

#abadc5

deuteranopia

#b3aac9

tritanopia

#9db2c0

achromatopsia

#b0b0b0

protanomaly

#a7afc6

deuteranomaly

#acadc9

achromatopsia

#b0b0b0

tritanomaly

#9eb2c3

achromatomaly

#aab1b9

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 2/21
Hello World ! 2

Black background-color

Good 10/21
Hello World !

#a0b2c8 Color CSS Codes

.bgcolor {background-color:#a0b2c8; } 
.forecolor {color:#a0b2c8; }
.bordercolor {border:3px solid #a0b2c8; }
            

#a0b2c8 Text Font Color

<div style="color:#a0b2c8">
Div content here</div>

This sample text font color is #a0b2c8
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#a0b2c8 Background Color

<div style="background-color:#a0b2c8">
Div content here</div>
Div content here

#a0b2c8 Border Color

<div style="border:3px solid #a0b2c8">
Div here</div>

This div border color is #a0b2c8

#a0b2c8 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #a0b2c8; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a0b2c8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a0b2c8;
  -webkit-box-shadow: 1px 1px 3px 2px #a0b2c8;
  box-shadow: 1px 1px 3px 2px #a0b2c8; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a0b2c8">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a0b2c8;
              -webkit-box-shadow: 1px 1px 3px 2px #a0b2c8;
              box-shadow:         1px 1px 3px 2px #a0b2c8#a0b2c8">
Div content here</div>

This div box has shadow with color #a0b2c8

More Colors

Inverness
#576238
Nightly Ivy
#444940
Intercoastal
#a0cdde
Creamed Raspberry
#bd6883
Joyful Orange
#fa9335
Bachelor Blue
#8faaca
Gold Metal
#b17743
Art Nouveau Violet
#a08994
Krameria
#cd48a9
Moenkopi Soil
#c8a692
Cuba Libre
#73383c
Marzipan
#ebc881
French Marron
#ad747d
Aquarium
#356b6f
Iron Mountain
#757574
Industrial Grey
#5b5a57
Cold Spring
#88bb66
Mountain Fig
#383c49
December Forest
#e0e8db
Daemonette Hide
#696684
After Burn
#fd8b60
Candidate
#c3bc90
Atlantic Tulip
#b598c3
Blue Grotto
#5cacce
Melting Ice
#cae1d9
Grandiflora Rose
#e0ebaf
Attorney
#3f4258
Pearl Bay
#7fc6cc
Plummy
#675a75
Arrowwood
#bc8d1f
Cashew Nut
#edccb3
Empower
#b54644
Phuket Palette
#0480bd
Desert Smog
#e9e4cf
Limpet Shell
#98ddde
Before the Storm
#4d6a77
Blessed Blue
#4499cc
Dying Storm Blue
#111166
Dalmatian Sage
#97a3da
Festival Green
#6ea43c
rating-img
Rate this tool
NaN/5   0 votes