#ACD3DC

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

Shades of French Pass #ACD3DC

Tints of French Pass #ACD3DC

Color information

#ACD3DC (or 0xACD3DC) is unknown color: approx French Pass. HEX triplet: AC, D3 and DC. RGB value is (172,211,220). Sum of RGB (Red+Green+Blue) = 172+211+220=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 211 (82.81% from 255 or 34.99% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACD3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD3DC is #532C23. Grayscale: #C8C8C8. Windows color (decimal): -5450788 or 14472108. OLE color: 14472108.

HSL color Cylindrical-coordinate representation of color #ACD3DC: hue angle of 191.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACD3DC is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172211220-
CMYK0.220.0400.14
HSL191.25º40.68%76.86%-
HSV(B)191.25º21.82%86.27%-
XYZ53.2360.5376.59-
YUV200.36139.08107.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.52%
GREEN value IS 211 (82.81% from 255) = 34.99%
BLUE value IS 220 (86.33% from 255) = 36.48%
R=28.52%
G=34.99%
B=36.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722112200.220.0400.14191.2540.6876.86
HexACD3DC1640Ebf294d
Octal25432333426401627751115
Binary1010110011010011110111001011010001110101111111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD3DC; }

 p { color: rgb(172,211,220); }

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

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

 a { background-color: rgb(172,211,220); }

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

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

 span { border-color: rgb(172,211,220); }

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