#A0DAE9

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

Shades of Charlotte #A0DAE9

Tints of Charlotte #A0DAE9

Color information

#A0DAE9 (or 0xA0DAE9) is unknown color: approx Charlotte. HEX triplet: A0, DA and E9. RGB value is (160,218,233). Sum of RGB (Red+Green+Blue) = 160+218+233=611 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.19% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 233 (91.41% from 255 or 38.13% from 611); Max value from RGB is 233 - color contains mainly: blue. Hex color #A0DAE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DAE9 is #5F2516. Grayscale: #CACACA. Windows color (decimal): -6235415 or 15325856. OLE color: 15325856.

HSL color Cylindrical-coordinate representation of color #A0DAE9: hue angle of 192.33º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0DAE9 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB160218233-
CMYK0.310.0600.09
HSL192.33º62.39%77.06%-
HSV(B)192.33º31.33%91.37%-
XYZ54.2863.586.49-
YUV202.37145.2897.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.19%
GREEN value IS 218 (85.55% from 255) = 35.68%
BLUE value IS 233 (91.41% from 255) = 38.13%
R=26.19%
G=35.68%
B=38.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1602182330.310.0600.09192.3362.3977.06
HexA0DAE91F609c03e4d
Octal24033235137601130076115
Binary1010000011011010111010011111111001001110000001111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DAE9; }

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

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

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

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

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

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

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

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