#ACD5DE

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

Shades of French Pass #ACD5DE

Tints of French Pass #ACD5DE

Color information

#ACD5DE (or 0xACD5DE) is unknown color: approx French Pass. HEX triplet: AC, D5 and DE. RGB value is (172,213,222). Sum of RGB (Red+Green+Blue) = 172+213+222=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 213 (83.59% from 255 or 35.09% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACD5DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD5DE is #532A21. Grayscale: #C9C9C9. Windows color (decimal): -5450274 or 14603692. OLE color: 14603692.

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

Color convert

RGB172213222-
CMYK0.230.0400.13
HSL190.8º43.1%77.25%-
HSV(B)190.8º22.52%87.06%-
XYZ53.9961.6378.16-
YUV201.77139.42106.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.34%
GREEN value IS 213 (83.59% from 255) = 35.09%
BLUE value IS 222 (87.11% from 255) = 36.57%
R=28.34%
G=35.09%
B=36.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722132220.230.0400.13190.843.177.25
HexACD5DE1740Dbf2b4d
Octal25432533627401527753115
Binary1010110011010101110111101011110001101101111111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD5DE; }

 p { color: rgb(172,213,222); }

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

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

 a { background-color: rgb(172,213,222); }

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

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

 span { border-color: rgb(172,213,222); }

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