#ACD5DC

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

Shades of French Pass #ACD5DC

Tints of French Pass #ACD5DC

Color information

#ACD5DC (or 0xACD5DC) is unknown color: approx French Pass. HEX triplet: AC, D5 and DC. RGB value is (172,213,220). Sum of RGB (Red+Green+Blue) = 172+213+220=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 213 (83.59% from 255 or 35.21% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACD5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD5DC is #532A23. Grayscale: #C9C9C9. Windows color (decimal): -5450276 or 14472620. OLE color: 14472620.

HSL color Cylindrical-coordinate representation of color #ACD5DC: hue angle of 188.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACD5DC is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172213220-
CMYK0.220.0300.14
HSL188.75º40.68%76.86%-
HSV(B)188.75º21.82%86.27%-
XYZ53.7361.5376.75-
YUV201.54138.42106.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.43%
GREEN value IS 213 (83.59% from 255) = 35.21%
BLUE value IS 220 (86.33% from 255) = 36.36%
R=28.43%
G=35.21%
B=36.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722132200.220.0300.14188.7540.6876.86
HexACD5DC1630Ebd294d
Octal25432533426301627551115
Binary101011001101010111011100101101101110101111011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD5DC; }

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

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

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

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

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

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

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

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