#A0DBDD

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

Shades of Charlotte #A0DBDD

Tints of Charlotte #A0DBDD

Color information

#A0DBDD (or 0xA0DBDD) is unknown color: approx Charlotte. HEX triplet: A0, DB and DD. RGB value is (160,219,221). Sum of RGB (Red+Green+Blue) = 160+219+221=600 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.67% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 221 - color contains mainly: blue. Hex color #A0DBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DBDD is #5F2422. Grayscale: #C9C9C9. Windows color (decimal): -6235171 or 14539680. OLE color: 14539680.

HSL color Cylindrical-coordinate representation of color #A0DBDD: hue angle of 181.97º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0DBDD is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB160219221-
CMYK0.280.0100.13
HSL181.97º47.29%74.71%-
HSV(B)181.97º27.6%86.67%-
XYZ52.8863.3677.85-
YUV201.59138.9598.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.67%
GREEN value IS 219 (85.94% from 255) = 36.5%
BLUE value IS 221 (86.72% from 255) = 36.83%
R=26.67%
G=36.5%
B=36.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1602192210.280.0100.13181.9747.2974.71
HexA0DBDD1C10Db62f4b
Octal24033333534101526657113
Binary10100000110110111101110111100101101101101101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DBDD; }

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

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

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

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

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

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

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

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