Html Css Color HEX #ACD1E0 French Pass

📋 copy color: '#ACD1E0'

red 172 ◦ green 209 ◦ blue 224

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

Shades of French Pass #ACD1E0

Tints of French Pass #ACD1E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.02%

R = 28.43%
G = 34.55%
B = 37.02%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ACD1E0 (or 0xACD1E0) is known color: French Pass. HEX triplet: AC, D1 and E0. RGB value is (172,209,224). Sum of RGB (Red+Green+Blue) = 172+209+224=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 209 (82.03% from 255 or 34.55% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 224 - color contains mainly: blue. Hex color #ACD1E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD1E0 is #532E1F. Grayscale: #C7C7C7. Windows color (decimal): -5451296 or 14733740. OLE color: 14733740.

HSL color Cylindrical-coordinate representation of color #ACD1E0: hue angle of 197.31º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACD1E0 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 209 224 -
CMYK 0.23 0.07 0 0.12
HSL 197.31º 0.46% 0.78% -
HSV(B) 197.31º 0.23% 0.88% -
XYZ 53.27 59.75 79.25 -
YUV 199.65 141.74 108.28 -
System Red Green Blue C M Y K H S L
Decimal 172 209 224 0.23 0.07 0 0.12 197.31 0.46 0.78
Hex AC D1 E0 17 7 0 C C5 2E 4E
Octal 254 321 340 27 7 0 14 305 56 116
Binary 10101100 11010001 11100000 10111 111 0 1100 11000101 101110 1001110

Color Harmonies of #ACD1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD1E0

Black with #ACD1E0

Text Example


Text Example

White with #ACD1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD1E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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