Html Css Color HEX #ACD1DD French Pass

📋 copy color: '#ACD1DD'

red 172 ◦ green 209 ◦ blue 221

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

Shades of French Pass #ACD1DD

Tints of French Pass #ACD1DD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.72%

 BLUE value IS 221 (86.72% from 255) = 36.71%

R = 28.57%
G = 34.72%
B = 36.71%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACD1DD (or 0xACD1DD) is known color: French Pass. HEX triplet: AC, D1 and DD. RGB value is (172,209,221). Sum of RGB (Red+Green+Blue) = 172+209+221=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 209 (82.03% from 255 or 34.72% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACD1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD1DD is #532E22. Grayscale: #C7C7C7. Windows color (decimal): -5451299 or 14537132. OLE color: 14537132.

HSL color Cylindrical-coordinate representation of color #ACD1DD: hue angle of 194.69º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACD1DD is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 209 221 -
CMYK 0.22 0.05 0 0.13
HSL 194.69º 0.42% 0.77% -
HSV(B) 194.69º 0.22% 0.87% -
XYZ 52.86 59.59 77.12 -
YUV 199.31 140.24 108.52 -
System Red Green Blue C M Y K H S L
Decimal 172 209 221 0.22 0.05 0 0.13 194.69 0.42 0.77
Hex AC D1 DD 16 5 0 D C3 2A 4D
Octal 254 321 335 26 5 0 15 303 52 115
Binary 10101100 11010001 11011101 10110 101 0 1101 11000011 101010 1001101

Color Harmonies of #ACD1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD1DD

Black with #ACD1DD

Text Example


Text Example

White with #ACD1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD1DD; }

 p { color: rgb(172,209,221); }

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

background-color css

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

 a { background-color: rgb(172,209,221); }

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

border-color css

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

 span { border-color: rgb(172,209,221); }

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