#AACEDD

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

Shades of French Pass #AACEDD

Tints of French Pass #AACEDD

Color information

#AACEDD (or 0xAACEDD) is unknown color: approx French Pass. HEX triplet: AA, CE and DD. RGB value is (170,206,221). Sum of RGB (Red+Green+Blue) = 170+206+221=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #AACEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACEDD is #553122. Grayscale: #C4C4C4. Windows color (decimal): -5583139 or 14536362. OLE color: 14536362.

HSL color Cylindrical-coordinate representation of color #AACEDD: hue angle of 197.65º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AACEDD is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170206221-
CMYK0.230.0700.13
HSL197.65º42.86%76.67%-
HSV(B)197.65º23.08%86.67%-
XYZ51.757.9176.86-
YUV196.95141.57108.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.48%
GREEN value IS 206 (80.86% from 255) = 34.51%
BLUE value IS 221 (86.72% from 255) = 37.02%
R=28.48%
G=34.51%
B=37.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702062210.230.0700.13197.6542.8676.67
HexAACEDD1770Dc62b4d
Octal25231633527701530653115
Binary1010101011001110110111011011111101101110001101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACEDD; }

 p { color: rgb(170,206,221); }

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

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

 a { background-color: rgb(170,206,221); }

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

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

 span { border-color: rgb(170,206,221); }

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