Html Css Color HEX #ACD3D9 French Pass

📋 copy color: '#ACD3D9'

red 172 ◦ green 211 ◦ blue 217

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

Shades of French Pass #ACD3D9

Tints of French Pass #ACD3D9

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.17%

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

R = 28.67%
G = 35.17%
B = 36.17%

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

#ACD3D9 (or 0xACD3D9) is known color: French Pass. HEX triplet: AC, D3 and D9. RGB value is (172,211,217). Sum of RGB (Red+Green+Blue) = 172+211+217=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 217 (85.16% from 255 or 36.17% from 600); Max value from RGB is 217 - color contains mainly: blue. Hex color #ACD3D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD3D9 is #532C26. Grayscale: #C7C7C7. Windows color (decimal): -5450791 or 14275500. OLE color: 14275500.

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

Color convert

RGB 172 211 217 -
CMYK 0.21 0.03 0 0.15
HSL 188º 0.37% 0.76% -
HSV(B) 188º 0.21% 0.85% -
XYZ 52.83 60.37 74.51 -
YUV 200.02 137.58 108.01 -
System Red Green Blue C M Y K H S L
Decimal 172 211 217 0.21 0.03 0 0.15 188 0.37 0.76
Hex AC D3 D9 15 3 0 F BC 25 4C
Octal 254 323 331 25 3 0 17 274 45 114
Binary 10101100 11010011 11011001 10101 11 0 1111 10111100 100101 1001100

Color Harmonies of #ACD3D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD3D9

Black with #ACD3D9

Text Example


Text Example

White with #ACD3D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD3D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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