#A0DAE1

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

Shades of Charlotte #A0DAE1

Tints of Charlotte #A0DAE1

Color information

#A0DAE1 (or 0xA0DAE1) is unknown color: approx Charlotte. HEX triplet: A0, DA and E1. RGB value is (160,218,225). Sum of RGB (Red+Green+Blue) = 160+218+225=603 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.53% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 225 (88.28% from 255 or 37.31% from 603); Max value from RGB is 225 - color contains mainly: blue. Hex color #A0DAE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DAE1 is #5F251E. Grayscale: #C9C9C9. Windows color (decimal): -6235423 or 14801568. OLE color: 14801568.

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

Color convert

RGB160218225-
CMYK0.290.0300.12
HSL186.46º52%75.49%-
HSV(B)186.46º28.89%88.24%-
XYZ53.1663.0580.6-
YUV201.46141.2898.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.53%
GREEN value IS 218 (85.55% from 255) = 36.15%
BLUE value IS 225 (88.28% from 255) = 37.31%
R=26.53%
G=36.15%
B=37.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1602182250.290.0300.12186.465275.49
HexA0DAE11D30Cba344b
Octal24033234135301427264113
Binary101000001101101011100001111011101100101110101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DAE1; }

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

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

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

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

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

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

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

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