#ACD4DD

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

Shades of French Pass #ACD4DD

Tints of French Pass #ACD4DD

Color information

#ACD4DD (or 0xACD4DD) is unknown color: approx French Pass. HEX triplet: AC, D4 and DD. RGB value is (172,212,221). Sum of RGB (Red+Green+Blue) = 172+212+221=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 212 (83.20% from 255 or 35.04% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACD4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD4DD is #532B22. Grayscale: #C8C8C8. Windows color (decimal): -5450531 or 14537900. OLE color: 14537900.

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

Color convert

RGB172212221-
CMYK0.220.0400.13
HSL191.02º41.88%77.06%-
HSV(B)191.02º22.17%86.67%-
XYZ53.6161.0877.37-
YUV201.07139.25107.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.43%
GREEN value IS 212 (83.20% from 255) = 35.04%
BLUE value IS 221 (86.72% from 255) = 36.53%
R=28.43%
G=35.04%
B=36.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722122210.220.0400.13191.0241.8877.06
HexACD4DD1640Dbf2a4d
Octal25432433526401527752115
Binary1010110011010100110111011011010001101101111111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD4DD; }

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

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

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

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

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

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

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

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