#ACD4DF

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

Shades of French Pass #ACD4DF

Tints of French Pass #ACD4DF

Color information

#ACD4DF (or 0xACD4DF) is unknown color: approx French Pass. HEX triplet: AC, D4 and DF. RGB value is (172,212,223). Sum of RGB (Red+Green+Blue) = 172+212+223=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACD4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD4DF is #532B20. Grayscale: #C9C9C9. Windows color (decimal): -5450529 or 14668972. OLE color: 14668972.

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

Color convert

RGB172212223-
CMYK0.230.0500.13
HSL192.94º44.35%77.45%-
HSV(B)192.94º22.87%87.45%-
XYZ53.8861.1978.78-
YUV201.29140.25107.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.34%
GREEN value IS 212 (83.20% from 255) = 34.93%
BLUE value IS 223 (87.5% from 255) = 36.74%
R=28.34%
G=34.93%
B=36.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722122230.230.0500.13192.9444.3577.45
HexACD4DF1750Dc12c4d
Octal25432433727501530154115
Binary1010110011010100110111111011110101101110000011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD4DF; }

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

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

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

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

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

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

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

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