#A0DAEB

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

Shades of Charlotte #A0DAEB

Tints of Charlotte #A0DAEB

Color information

#A0DAEB (or 0xA0DAEB) is unknown color: approx Charlotte. HEX triplet: A0, DA and EB. RGB value is (160,218,235). Sum of RGB (Red+Green+Blue) = 160+218+235=613 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.10% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #A0DAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DAEB is #5F2514. Grayscale: #CACACA. Windows color (decimal): -6235413 or 15456928. OLE color: 15456928.

HSL color Cylindrical-coordinate representation of color #A0DAEB: hue angle of 193.6º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0DAEB is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB160218235-
CMYK0.320.0700.08
HSL193.6º65.22%77.45%-
HSV(B)193.6º31.91%92.16%-
XYZ54.5663.6188-
YUV202.6146.2897.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.10%
GREEN value IS 218 (85.55% from 255) = 35.56%
BLUE value IS 235 (92.19% from 255) = 38.34%
R=26.10%
G=35.56%
B=38.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1602182350.320.0700.08193.665.2277.45
HexA0DAEB20708c2414d
Octal240332353407010302101115
Binary101000001101101011101011100000111010001100001010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DAEB; }

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

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

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

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

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

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

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

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