#A1DDDF

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

Shades of Charlotte #A1DDDF

Tints of Charlotte #A1DDDF

Color information

#A1DDDF (or 0xA1DDDF) is unknown color: approx Charlotte. HEX triplet: A1, DD and DF. RGB value is (161,221,223). Sum of RGB (Red+Green+Blue) = 161+221+223=605 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.61% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #A1DDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DDDF is #5E2220. Grayscale: #CBCBCB. Windows color (decimal): -6169121 or 14671265. OLE color: 14671265.

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

Color convert

RGB161221223-
CMYK0.280.0100.13
HSL181.94º49.21%75.29%-
HSV(B)181.94º27.8%87.45%-
XYZ53.8764.6279.45-
YUV203.29139.1297.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.61%
GREEN value IS 221 (86.72% from 255) = 36.53%
BLUE value IS 223 (87.5% from 255) = 36.86%
R=26.61%
G=36.53%
B=36.86%

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
Decimal1612212230.280.0100.13181.9449.2175.29
HexA1DDDF1C10Db6314b
Octal24133533734101526661113
Binary10100001110111011101111111100101101101101101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DDDF; }

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

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

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

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

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

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

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

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