#ACD3DA

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

Shades of French Pass #ACD3DA

Tints of French Pass #ACD3DA

Color information

#ACD3DA (or 0xACD3DA) is unknown color: approx French Pass. HEX triplet: AC, D3 and DA. RGB value is (172,211,218). Sum of RGB (Red+Green+Blue) = 172+211+218=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 211 (82.81% from 255 or 35.11% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACD3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD3DA is #532C25. Grayscale: #C8C8C8. Windows color (decimal): -5450790 or 14341036. OLE color: 14341036.

HSL color Cylindrical-coordinate representation of color #ACD3DA: hue angle of 189.13º degrees, saturation: 0.38, 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 #ACD3DA is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172211218-
CMYK0.210.0300.15
HSL189.13º38.33%76.47%-
HSV(B)189.13º21.1%85.49%-
XYZ52.9660.4275.2-
YUV200.14138.08107.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.62%
GREEN value IS 211 (82.81% from 255) = 35.11%
BLUE value IS 218 (85.55% from 255) = 36.27%
R=28.62%
G=35.11%
B=36.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722112180.210.0300.15189.1338.3376.47
HexACD3DA1530Fbd264c
Octal25432333225301727546114
Binary101011001101001111011010101011101111101111011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD3DA; }

 p { color: rgb(172,211,218); }

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

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

 a { background-color: rgb(172,211,218); }

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

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

 span { border-color: rgb(172,211,218); }

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