#A2DDDF

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

Shades of Charlotte #A2DDDF

Tints of Charlotte #A2DDDF

Color information

#A2DDDF (or 0xA2DDDF) is unknown color: approx Charlotte. HEX triplet: A2, DD and DF. RGB value is (162,221,223). Sum of RGB (Red+Green+Blue) = 162+221+223=606 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.73% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #A2DDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DDDF is #5D2220. Grayscale: #CBCBCB. Windows color (decimal): -6103585 or 14671266. OLE color: 14671266.

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

Color convert

RGB162221223-
CMYK0.270.0100.13
HSL181.97º48.8%75.49%-
HSV(B)181.97º27.35%87.45%-
XYZ54.0864.7279.45-
YUV203.59138.9598.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.73%
GREEN value IS 221 (86.72% from 255) = 36.47%
BLUE value IS 223 (87.5% from 255) = 36.80%
R=26.73%
G=36.47%
B=36.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1622212230.270.0100.13181.9748.875.49
HexA2DDDF1B10Db6314b
Octal24233533733101526661113
Binary10100010110111011101111111011101101101101101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DDDF; }

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

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

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

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

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

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

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

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