Html Css Color HEX #ACD3D8 French Pass

📋 copy color: '#ACD3D8'

red 172 ◦ green 211 ◦ blue 216

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

Shades of French Pass #ACD3D8

Tints of French Pass #ACD3D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.06%

R = 28.71%
G = 35.23%
B = 36.06%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ACD3D8 (or 0xACD3D8) is known color: French Pass. HEX triplet: AC, D3 and D8. RGB value is (172,211,216). Sum of RGB (Red+Green+Blue) = 172+211+216=599 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.71% from 599); Green value is 211 (82.81% from 255 or 35.23% from 599); Blue value is 216 (84.77% from 255 or 36.06% from 599); Max value from RGB is 216 - color contains mainly: blue. Hex color #ACD3D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD3D8 is #532C27. Grayscale: #C7C7C7. Windows color (decimal): -5450792 or 14209964. OLE color: 14209964.

HSL color Cylindrical-coordinate representation of color #ACD3D8: hue angle of 186.82º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD3D8 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 211 216 -
CMYK 0.20 0.02 0 0.15
HSL 186.82º 0.36% 0.76% -
HSV(B) 186.82º 0.2% 0.85% -
XYZ 52.7 60.32 73.83 -
YUV 199.91 137.08 108.09 -
System Red Green Blue C M Y K H S L
Decimal 172 211 216 0.20 0.02 0 0.15 186.82 0.36 0.76
Hex AC D3 D8 14 2 0 F BB 24 4C
Octal 254 323 330 24 2 0 17 273 44 114
Binary 10101100 11010011 11011000 10100 10 0 1111 10111011 100100 1001100

Color Harmonies of #ACD3D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD3D8

Black with #ACD3D8

Text Example


Text Example

White with #ACD3D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD3D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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