Html Css Color HEX #ACD2DB French Pass

📋 copy color: '#ACD2DB'

red 172 ◦ green 210 ◦ blue 219

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

Shades of French Pass #ACD2DB

Tints of French Pass #ACD2DB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.94%

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

R = 28.62%
G = 34.94%
B = 36.44%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACD2DB (or 0xACD2DB) is known color: French Pass. HEX triplet: AC, D2 and DB. RGB value is (172,210,219). Sum of RGB (Red+Green+Blue) = 172+210+219=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACD2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD2DB is #532D24. Grayscale: #C7C7C7. Windows color (decimal): -5451045 or 14406316. OLE color: 14406316.

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

Color convert

RGB 172 210 219 -
CMYK 0.21 0.04 0 0.14
HSL 191.49º 0.39% 0.77% -
HSV(B) 191.49º 0.21% 0.86% -
XYZ 52.85 59.98 75.81 -
YUV 199.66 138.91 108.27 -
System Red Green Blue C M Y K H S L
Decimal 172 210 219 0.21 0.04 0 0.14 191.49 0.39 0.77
Hex AC D2 DB 15 4 0 E BF 27 4D
Octal 254 322 333 25 4 0 16 277 47 115
Binary 10101100 11010010 11011011 10101 100 0 1110 10111111 100111 1001101

Color Harmonies of #ACD2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD2DB

Black with #ACD2DB

Text Example


Text Example

White with #ACD2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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