#ACD1DF

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

Shades of French Pass #ACD1DF

Tints of French Pass #ACD1DF

Color information

#ACD1DF (or 0xACD1DF) is unknown color: approx French Pass. HEX triplet: AC, D1 and DF. RGB value is (172,209,223). Sum of RGB (Red+Green+Blue) = 172+209+223=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 209 (82.03% from 255 or 34.60% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACD1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD1DF is #532E20. Grayscale: #C7C7C7. Windows color (decimal): -5451297 or 14668204. OLE color: 14668204.

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

Color convert

RGB172209223-
CMYK0.230.0600.13
HSL196.47º44.35%77.45%-
HSV(B)196.47º22.87%87.45%-
XYZ53.1359.778.53-
YUV199.53141.24108.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.48%
GREEN value IS 209 (82.03% from 255) = 34.60%
BLUE value IS 223 (87.5% from 255) = 36.92%
R=28.48%
G=34.60%
B=36.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722092230.230.0600.13196.4744.3577.45
HexACD1DF1760Dc42c4d
Octal25432133727601530454115
Binary1010110011010001110111111011111001101110001001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD1DF; }

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

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

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

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

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

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

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

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