#ACD4DA

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

Shades of French Pass #ACD4DA

Tints of French Pass #ACD4DA

Color information

#ACD4DA (or 0xACD4DA) is unknown color: approx French Pass. HEX triplet: AC, D4 and DA. RGB value is (172,212,218). Sum of RGB (Red+Green+Blue) = 172+212+218=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACD4DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD4DA is #532B25. Grayscale: #C8C8C8. Windows color (decimal): -5450534 or 14341292. OLE color: 14341292.

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

Color convert

RGB172212218-
CMYK0.210.0300.15
HSL187.83º38.33%76.47%-
HSV(B)187.83º21.1%85.49%-
XYZ53.2160.9275.28-
YUV200.72137.75107.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.57%
GREEN value IS 212 (83.20% from 255) = 35.22%
BLUE value IS 218 (85.55% from 255) = 36.21%
R=28.57%
G=35.22%
B=36.21%

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
Decimal1722122180.210.0300.15187.8338.3376.47
HexACD4DA1530Fbc264c
Octal25432433225301727446114
Binary101011001101010011011010101011101111101111001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD4DA; }

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

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

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

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

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

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

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

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