Html Css Color HEX #ACD2E0 French Pass

📋 copy color: '#ACD2E0'

red 172 ◦ green 210 ◦ blue 224

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

Shades of French Pass #ACD2E0

Tints of French Pass #ACD2E0

RGB

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

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

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

R = 28.38%
G = 34.65%
B = 36.96%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ACD2E0 (or 0xACD2E0) is known color: French Pass. HEX triplet: AC, D2 and E0. RGB value is (172,210,224). Sum of RGB (Red+Green+Blue) = 172+210+224=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 210 (82.42% from 255 or 34.65% from 606); Blue value is 224 (87.89% from 255 or 36.96% from 606); Max value from RGB is 224 - color contains mainly: blue. Hex color #ACD2E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD2E0 is #532D1F. Grayscale: #C8C8C8. Windows color (decimal): -5451040 or 14733996. OLE color: 14733996.

HSL color Cylindrical-coordinate representation of color #ACD2E0: hue angle of 196.15º 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 #ACD2E0 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 210 224 -
CMYK 0.23 0.06 0 0.12
HSL 196.15º 0.46% 0.78% -
HSV(B) 196.15º 0.23% 0.88% -
XYZ 53.51 60.25 79.33 -
YUV 200.23 141.41 107.86 -
System Red Green Blue C M Y K H S L
Decimal 172 210 224 0.23 0.06 0 0.12 196.15 0.46 0.78
Hex AC D2 E0 17 6 0 C C4 2E 4E
Octal 254 322 340 27 6 0 14 304 56 116
Binary 10101100 11010010 11100000 10111 110 0 1100 11000100 101110 1001110

Color Harmonies of #ACD2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD2E0

Black with #ACD2E0

Text Example


Text Example

White with #ACD2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD2E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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