#A0DDDF

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

Shades of Charlotte #A0DDDF

Tints of Charlotte #A0DDDF

Color information

#A0DDDF (or 0xA0DDDF) is unknown color: approx Charlotte. HEX triplet: A0, DD and DF. RGB value is (160,221,223). Sum of RGB (Red+Green+Blue) = 160+221+223=604 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.49% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #A0DDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DDDF is #5F2220. Grayscale: #CACACA. Windows color (decimal): -6234657 or 14671264. OLE color: 14671264.

HSL color Cylindrical-coordinate representation of color #A0DDDF: hue angle of 181.9º degrees, saturation: 0.5, 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 #A0DDDF is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB160221223-
CMYK0.280.0100.13
HSL181.9º49.61%75.1%-
HSV(B)181.9º28.25%87.45%-
XYZ53.6764.5179.44-
YUV202.99139.2997.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.49%
GREEN value IS 221 (86.72% from 255) = 36.59%
BLUE value IS 223 (87.5% from 255) = 36.92%
R=26.49%
G=36.59%
B=36.92%

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
Decimal1602212230.280.0100.13181.949.6175.1
HexA0DDDF1C10Db6324b
Octal24033533734101526662113
Binary10100000110111011101111111100101101101101101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DDDF; }

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

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

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

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

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

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

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

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