#ACD4DE

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

Shades of French Pass #ACD4DE

Tints of French Pass #ACD4DE

Color information

#ACD4DE (or 0xACD4DE) is unknown color: approx French Pass. HEX triplet: AC, D4 and DE. RGB value is (172,212,222). Sum of RGB (Red+Green+Blue) = 172+212+222=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 212 (83.20% from 255 or 34.98% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACD4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD4DE is #532B21. Grayscale: #C9C9C9. Windows color (decimal): -5450530 or 14603436. OLE color: 14603436.

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

Color convert

RGB172212222-
CMYK0.230.0500.13
HSL192º43.1%77.25%-
HSV(B)192º22.52%87.06%-
XYZ53.7461.1378.07-
YUV201.18139.75107.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.38%
GREEN value IS 212 (83.20% from 255) = 34.98%
BLUE value IS 222 (87.11% from 255) = 36.63%
R=28.38%
G=34.98%
B=36.63%

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
Decimal1722122220.230.0500.1319243.177.25
HexACD4DE1750Dc02b4d
Octal25432433627501530053115
Binary1010110011010100110111101011110101101110000001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD4DE; }

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

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

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

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

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

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

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

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