Html Css Color HEX #ACD6DD French Pass

📋 copy color: '#ACD6DD'

red 172 ◦ green 214 ◦ blue 221

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

Shades of French Pass #ACD6DD

Tints of French Pass #ACD6DD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.26%

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

R = 28.34%
G = 35.26%
B = 36.41%

CMYK

 C value IS 0.22

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACD6DD (or 0xACD6DD) is known color: French Pass. HEX triplet: AC, D6 and DD. RGB value is (172,214,221). Sum of RGB (Red+Green+Blue) = 172+214+221=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 214 (83.98% from 255 or 35.26% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACD6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD6DD is #532922. Grayscale: #CACACA. Windows color (decimal): -5450019 or 14538412. OLE color: 14538412.

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

Color convert

RGB 172 214 221 -
CMYK 0.22 0.03 0 0.13
HSL 188.57º 0.42% 0.77% -
HSV(B) 188.57º 0.22% 0.87% -
XYZ 54.11 62.08 77.54 -
YUV 202.24 138.59 106.43 -
System Red Green Blue C M Y K H S L
Decimal 172 214 221 0.22 0.03 0 0.13 188.57 0.42 0.77
Hex AC D6 DD 16 3 0 D BD 2A 4D
Octal 254 326 335 26 3 0 15 275 52 115
Binary 10101100 11010110 11011101 10110 11 0 1101 10111101 101010 1001101

Color Harmonies of #ACD6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD6DD

Black with #ACD6DD

Text Example


Text Example

White with #ACD6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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