Html Css Color HEX #ACD2D9 French Pass

📋 copy color: '#ACD2D9'

red 172 ◦ green 210 ◦ blue 217

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

Shades of French Pass #ACD2D9

Tints of French Pass #ACD2D9

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.06%

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

R = 28.71%
G = 35.06%
B = 36.23%

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

#ACD2D9 (or 0xACD2D9) is known color: French Pass. HEX triplet: AC, D2 and D9. RGB value is (172,210,217). Sum of RGB (Red+Green+Blue) = 172+210+217=599 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.71% from 599); Green value is 210 (82.42% from 255 or 35.06% from 599); Blue value is 217 (85.16% from 255 or 36.23% from 599); Max value from RGB is 217 - color contains mainly: blue. Hex color #ACD2D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD2D9 is #532D26. Grayscale: #C7C7C7. Windows color (decimal): -5451047 or 14275244. OLE color: 14275244.

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

Color convert

RGB 172 210 217 -
CMYK 0.21 0.03 0 0.15
HSL 189.33º 0.37% 0.76% -
HSV(B) 189.33º 0.21% 0.85% -
XYZ 52.58 59.87 74.43 -
YUV 199.44 137.91 108.43 -
System Red Green Blue C M Y K H S L
Decimal 172 210 217 0.21 0.03 0 0.15 189.33 0.37 0.76
Hex AC D2 D9 15 3 0 F BD 25 4C
Octal 254 322 331 25 3 0 17 275 45 114
Binary 10101100 11010010 11011001 10101 11 0 1111 10111101 100101 1001100

Color Harmonies of #ACD2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD2D9

Black with #ACD2D9

Text Example


Text Example

White with #ACD2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD2D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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