#ACD8DF

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

Shades of Charlotte #ACD8DF

Tints of Charlotte #ACD8DF

Color information

#ACD8DF (or 0xACD8DF) is unknown color: approx Charlotte. HEX triplet: AC, D8 and DF. RGB value is (172,216,223). Sum of RGB (Red+Green+Blue) = 172+216+223=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 216 (84.77% from 255 or 35.35% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACD8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD8DF is #532720. Grayscale: #CBCBCB. Windows color (decimal): -5449505 or 14669996. OLE color: 14669996.

HSL color Cylindrical-coordinate representation of color #ACD8DF: hue angle of 188.24º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACD8DF is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172216223-
CMYK0.230.0300.13
HSL188.24º44.35%77.45%-
HSV(B)188.24º22.87%87.45%-
XYZ54.8963.2179.12-
YUV203.64138.92105.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.15%
GREEN value IS 216 (84.77% from 255) = 35.35%
BLUE value IS 223 (87.5% from 255) = 36.50%
R=28.15%
G=35.35%
B=36.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722162230.230.0300.13188.2444.3577.45
HexACD8DF1730Dbc2c4d
Octal25433033727301527454115
Binary101011001101100011011111101111101101101111001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD8DF; }

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

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

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

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

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

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

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

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