#ACD1D9

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

Shades of French Pass #ACD1D9

Tints of French Pass #ACD1D9

Color information

#ACD1D9 (or 0xACD1D9) is unknown color: approx French Pass. HEX triplet: AC, D1 and D9. RGB value is (172,209,217). Sum of RGB (Red+Green+Blue) = 172+209+217=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 209 (82.03% from 255 or 34.95% from 598); Blue value is 217 (85.16% from 255 or 36.29% from 598); Max value from RGB is 217 - color contains mainly: blue. Hex color #ACD1D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD1D9 is #532E26. Grayscale: #C6C6C6. Windows color (decimal): -5451303 or 14274988. OLE color: 14274988.

HSL color Cylindrical-coordinate representation of color #ACD1D9: hue angle of 190.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACD1D9 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172209217-
CMYK0.210.0400.15
HSL190.67º37.19%76.27%-
HSV(B)190.67º20.74%85.1%-
XYZ52.3459.3874.35-
YUV198.85138.24108.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.76%
GREEN value IS 209 (82.03% from 255) = 34.95%
BLUE value IS 217 (85.16% from 255) = 36.29%
R=28.76%
G=34.95%
B=36.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722092170.210.0400.15190.6737.1976.27
HexACD1D91540Fbf254c
Octal25432133125401727745114
Binary1010110011010001110110011010110001111101111111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD1D9; }

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

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

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

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

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

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

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

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