#A2D8DF

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

Shades of Charlotte #A2D8DF

Tints of Charlotte #A2D8DF

Color information

#A2D8DF (or 0xA2D8DF) is unknown color: approx Charlotte. HEX triplet: A2, D8 and DF. RGB value is (162,216,223). Sum of RGB (Red+Green+Blue) = 162+216+223=601 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.96% from 601); Green value is 216 (84.77% from 255 or 35.94% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 223 - color contains mainly: blue. Hex color #A2D8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D8DF is #5D2720. Grayscale: #C8C8C8. Windows color (decimal): -6104865 or 14669986. OLE color: 14669986.

HSL color Cylindrical-coordinate representation of color #A2D8DF: hue angle of 186.89º 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 #A2D8DF is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB162216223-
CMYK0.270.0300.13
HSL186.89º48.8%75.49%-
HSV(B)186.89º27.35%87.45%-
XYZ52.7862.1279.02-
YUV200.65140.61100.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.96%
GREEN value IS 216 (84.77% from 255) = 35.94%
BLUE value IS 223 (87.5% from 255) = 37.10%
R=26.96%
G=35.94%
B=37.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1622162230.270.0300.13186.8948.875.49
HexA2D8DF1B30Dbb314b
Octal24233033733301527361113
Binary101000101101100011011111110111101101101110111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D8DF; }

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

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

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

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

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

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

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

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