#A0DCE1

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

Shades of Charlotte #A0DCE1

Tints of Charlotte #A0DCE1

Color information

#A0DCE1 (or 0xA0DCE1) is unknown color: approx Charlotte. HEX triplet: A0, DC and E1. RGB value is (160,220,225). Sum of RGB (Red+Green+Blue) = 160+220+225=605 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.45% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 225 - color contains mainly: blue. Hex color #A0DCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DCE1 is #5F231E. Grayscale: #CACACA. Windows color (decimal): -6234911 or 14802080. OLE color: 14802080.

HSL color Cylindrical-coordinate representation of color #A0DCE1: hue angle of 184.62º degrees, saturation: 0.52, 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 #A0DCE1 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB160220225-
CMYK0.290.0200.12
HSL184.62º52%75.49%-
HSV(B)184.62º28.89%88.24%-
XYZ53.6864.180.78-
YUV202.63140.6297.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.45%
GREEN value IS 220 (86.33% from 255) = 36.36%
BLUE value IS 225 (88.28% from 255) = 37.19%
R=26.45%
G=36.36%
B=37.19%

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
Decimal1602202250.290.0200.12184.625275.49
HexA0DCE11D20Cb9344b
Octal24033434135201427164113
Binary101000001101110011100001111011001100101110011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DCE1; }

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

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

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

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

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

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

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

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