Html Css Color HEX #ACD4DA French Pass

📋 copy color: '#ACD4DA'

red 172 ◦ green 212 ◦ blue 218

#ACD4DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Pass #ACD4DA

Tints of French Pass #ACD4DA

RGB

 RED value IS 172 (67.58% from 255) = 28.57%

 GREEN value IS 212 (83.2% 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 value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ACD4DA (or 0xACD4DA) is known color: 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

RGB 172 212 218 -
CMYK 0.21 0.03 0 0.15
HSL 187.83º 0.38% 0.76% -
HSV(B) 187.83º 0.21% 0.85% -
XYZ 53.21 60.92 75.28 -
YUV 200.72 137.75 107.51 -
System Red Green Blue C M Y K H S L
Decimal 172 212 218 0.21 0.03 0 0.15 187.83 0.38 0.76
Hex AC D4 DA 15 3 0 F BC 26 4C
Octal 254 324 332 25 3 0 17 274 46 114
Binary 10101100 11010100 11011010 10101 11 0 1111 10111100 100110 1001100

Color Harmonies of #ACD4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD4DA

Black with #ACD4DA

Text Example


Text Example

White with #ACD4DA

Text Example


Text Example

HTML Codes & Css Web 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>