Html Css Color HEX #ACD4D9 French Pass

📋 copy color: '#ACD4D9'

red 172 ◦ green 212 ◦ blue 217

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

Shades of French Pass #ACD4D9

Tints of French Pass #ACD4D9

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.27%

 BLUE value IS 217 (85.16% from 255) = 36.11%

R = 28.62%
G = 35.27%
B = 36.11%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ACD4D9 (or 0xACD4D9) is known color: French Pass. HEX triplet: AC, D4 and D9. RGB value is (172,212,217). Sum of RGB (Red+Green+Blue) = 172+212+217=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 212 (83.20% from 255 or 35.27% from 601); Blue value is 217 (85.16% from 255 or 36.11% from 601); Max value from RGB is 217 - color contains mainly: blue. Hex color #ACD4D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD4D9 is #532B26. Grayscale: #C8C8C8. Windows color (decimal): -5450535 or 14275756. OLE color: 14275756.

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

Color convert

RGB 172 212 217 -
CMYK 0.21 0.02 0 0.15
HSL 186.67º 0.37% 0.76% -
HSV(B) 186.67º 0.21% 0.85% -
XYZ 53.08 60.87 74.6 -
YUV 200.61 137.25 107.59 -
System Red Green Blue C M Y K H S L
Decimal 172 212 217 0.21 0.02 0 0.15 186.67 0.37 0.76
Hex AC D4 D9 15 2 0 F BB 25 4C
Octal 254 324 331 25 2 0 17 273 45 114
Binary 10101100 11010100 11011001 10101 10 0 1111 10111011 100101 1001100

Color Harmonies of #ACD4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD4D9

Black with #ACD4D9

Text Example


Text Example

White with #ACD4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD4D9; }

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

 H1.HeaderClassName
 {
   color: #ACD4D9;
 }
 .AnyTagClassName
 {
   color: #ACD4D9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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