#ACD1DC

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

Shades of French Pass #ACD1DC

Tints of French Pass #ACD1DC

Color information

#ACD1DC (or 0xACD1DC) is unknown color: approx French Pass. HEX triplet: AC, D1 and DC. RGB value is (172,209,220). Sum of RGB (Red+Green+Blue) = 172+209+220=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 209 (82.03% from 255 or 34.78% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACD1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD1DC is #532E23. Grayscale: #C7C7C7. Windows color (decimal): -5451300 or 14471596. OLE color: 14471596.

HSL color Cylindrical-coordinate representation of color #ACD1DC: hue angle of 193.75º 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 #ACD1DC is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172209220-
CMYK0.220.0500.14
HSL193.75º40.68%76.86%-
HSV(B)193.75º21.82%86.27%-
XYZ52.7359.5476.42-
YUV199.19139.74108.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.62%
GREEN value IS 209 (82.03% from 255) = 34.78%
BLUE value IS 220 (86.33% from 255) = 36.61%
R=28.62%
G=34.78%
B=36.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722092200.220.0500.14193.7540.6876.86
HexACD1DC1650Ec2294d
Octal25432133426501630251115
Binary1010110011010001110111001011010101110110000101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD1DC; }

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

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

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

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

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

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

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

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