#A0DBE0

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

Shades of Charlotte #A0DBE0

Tints of Charlotte #A0DBE0

Color information

#A0DBE0 (or 0xA0DBE0) is unknown color: approx Charlotte. HEX triplet: A0, DB and E0. RGB value is (160,219,224). Sum of RGB (Red+Green+Blue) = 160+219+224=603 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.53% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 224 - color contains mainly: blue. Hex color #A0DBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DBE0 is #5F241F. Grayscale: #C9C9C9. Windows color (decimal): -6235168 or 14736288. OLE color: 14736288.

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

Color convert

RGB160219224-
CMYK0.290.0200.12
HSL184.69º50.79%75.29%-
HSV(B)184.69º28.57%87.84%-
XYZ53.2863.5279.97-
YUV201.93140.4598.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.53%
GREEN value IS 219 (85.94% from 255) = 36.32%
BLUE value IS 224 (87.89% from 255) = 37.15%
R=26.53%
G=36.32%
B=37.15%

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
Decimal1602192240.290.0200.12184.6950.7975.29
HexA0DBE01D20Cb9334b
Octal24033334035201427163113
Binary101000001101101111100000111011001100101110011100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DBE0; }

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

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

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

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

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

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

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

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