Html Css Color HEX #ACD4DB French Pass

📋 copy color: '#ACD4DB'

red 172 ◦ green 212 ◦ blue 219

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

Shades of French Pass #ACD4DB

Tints of French Pass #ACD4DB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.16%

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

R = 28.52%
G = 35.16%
B = 36.32%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACD4DB (or 0xACD4DB) is known color: French Pass. HEX triplet: AC, D4 and DB. RGB value is (172,212,219). Sum of RGB (Red+Green+Blue) = 172+212+219=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 212 (83.20% from 255 or 35.16% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACD4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD4DB is #532B24. Grayscale: #C8C8C8. Windows color (decimal): -5450533 or 14406828. OLE color: 14406828.

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

Color convert

RGB 172 212 219 -
CMYK 0.21 0.03 0 0.14
HSL 188.94º 0.39% 0.77% -
HSV(B) 188.94º 0.21% 0.86% -
XYZ 53.34 60.97 75.98 -
YUV 200.84 138.25 107.43 -
System Red Green Blue C M Y K H S L
Decimal 172 212 219 0.21 0.03 0 0.14 188.94 0.39 0.77
Hex AC D4 DB 15 3 0 E BD 27 4D
Octal 254 324 333 25 3 0 16 275 47 115
Binary 10101100 11010100 11011011 10101 11 0 1110 10111101 100111 1001101

Color Harmonies of #ACD4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD4DB

Black with #ACD4DB

Text Example


Text Example

White with #ACD4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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