Html Css Color HEX #ACD6DB French Pass

📋 copy color: '#ACD6DB'

red 172 ◦ green 214 ◦ blue 219

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

Shades of French Pass #ACD6DB

Tints of French Pass #ACD6DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.2%

R = 28.43%
G = 35.37%
B = 36.2%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACD6DB (or 0xACD6DB) is known color: French Pass. HEX triplet: AC, D6 and DB. RGB value is (172,214,219). Sum of RGB (Red+Green+Blue) = 172+214+219=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 214 (83.98% from 255 or 35.37% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACD6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD6DB is #532924. Grayscale: #C9C9C9. Windows color (decimal): -5450021 or 14407340. OLE color: 14407340.

HSL color Cylindrical-coordinate representation of color #ACD6DB: hue angle of 186.38º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACD6DB is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 214 219 -
CMYK 0.21 0.02 0 0.14
HSL 186.38º 0.39% 0.77% -
HSV(B) 186.38º 0.21% 0.86% -
XYZ 53.85 61.98 76.14 -
YUV 202.01 137.59 106.59 -
System Red Green Blue C M Y K H S L
Decimal 172 214 219 0.21 0.02 0 0.14 186.38 0.39 0.77
Hex AC D6 DB 15 2 0 E BA 27 4D
Octal 254 326 333 25 2 0 16 272 47 115
Binary 10101100 11010110 11011011 10101 10 0 1110 10111010 100111 1001101

Color Harmonies of #ACD6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD6DB

Black with #ACD6DB

Text Example


Text Example

White with #ACD6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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