#a0dce0

Color #A0DCE0 Charlotte (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charlotte #A0DCE0

Tints of Charlotte #A0DCE0

Color information

#A0DCE0 (or 0xA0DCE0) is unknown color: approx Charlotte. HEX triplet: A0, DC and E0. RGB value is (160,220,224). Sum of RGB (Red+Green+Blue) = 160+220+224=604 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.49% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 224 (87.89% from 255 or 37.09% from 604); Max value from RGB is 224 - color contains mainly: blue. Hex color #A0DCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DCE0 is #5F231F. Grayscale: #CACACA. Windows color (decimal): -6234912 or 14736544. OLE color: 14736544.

HSL color Cylindrical-coordinate representation of color #A0DCE0: hue angle of 183.75º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0DCE0 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB160220224-
CMYK0.290.0200.12
HSL183.75º50.79%75.29%-
HSV(B)183.75º28.57%87.84%-
XYZ53.5464.0480.06-
YUV202.52140.1297.67-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.49%
GREEN value IS 220 (86.33% from 255) = 36.42%
BLUE value IS 224 (87.89% from 255) = 37.09%
R=26.49%
G=36.42%
B=37.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1602202240.290.0200.12183.7550.7975.29
HexA0DCE01D20Cb8334b
Octal24033434035201427063113
Binary101000001101110011100000111011001100101110001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0dce0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0dce0; }

 p { color: rgb(160,220,224); }

 H1.HeaderClassName
 {
   color: #a0dce0;
 }
 .AnyTagClassName
 {
   color: #a0dce0;
 }
</style>
background-color css

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

 a { background-color: rgb(160,220,224); }

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

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

 span { border-color: rgb(160,220,224); }

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