#AACCDC

Color #AACCDC French Pass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Pass #AACCDC

Tints of French Pass #AACCDC

Color information

#AACCDC (or 0xAACCDC) is unknown color: approx French Pass. HEX triplet: AA, CC and DC. RGB value is (170,204,220). Sum of RGB (Red+Green+Blue) = 170+204+220=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 220 - color contains mainly: blue. Hex color #AACCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCDC is #553323. Grayscale: #C3C3C3. Windows color (decimal): -5583652 or 14470314. OLE color: 14470314.

HSL color Cylindrical-coordinate representation of color #AACCDC: hue angle of 199.2º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AACCDC is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170204220-
CMYK0.230.0700.14
HSL199.2º41.67%76.47%-
HSV(B)199.2º22.73%86.27%-
XYZ51.0956.976-
YUV195.66141.74109.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.62%
GREEN value IS 204 (80.08% from 255) = 34.34%
BLUE value IS 220 (86.33% from 255) = 37.04%
R=28.62%
G=34.34%
B=37.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702042200.230.0700.14199.241.6776.47
HexAACCDC1770Ec72a4c
Octal25231433427701630752114
Binary1010101011001100110111001011111101110110001111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACCDC; }

 p { color: rgb(170,204,220); }

 H1.HeaderClassName
 {
   color: #AACCDC;
 }
 .AnyTagClassName
 {
   color: #AACCDC;
 }
</style>
background-color css

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

 a { background-color: rgb(170,204,220); }

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

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

 span { border-color: rgb(170,204,220); }

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