#AACCDD

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

Shades of French Pass #AACCDD

Tints of French Pass #AACCDD

Color information

#AACCDD (or 0xAACCDD) is unknown color: approx French Pass. HEX triplet: AA, CC and DD. RGB value is (170,204,221). Sum of RGB (Red+Green+Blue) = 170+204+221=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #AACCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCDD is #553322. Grayscale: #C3C3C3. Windows color (decimal): -5583651 or 14535850. OLE color: 14535850.

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

Color convert

RGB170204221-
CMYK0.230.0800.13
HSL200º42.86%76.67%-
HSV(B)200º23.08%86.67%-
XYZ51.2256.9576.7-
YUV195.77142.24109.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.57%
GREEN value IS 204 (80.08% from 255) = 34.29%
BLUE value IS 221 (86.72% from 255) = 37.14%
R=28.57%
G=34.29%
B=37.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702042210.230.0800.1320042.8676.67
HexAACCDD1780Dc82b4d
Octal252314335271001531053115
Binary10101010110011001101110110111100001101110010001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACCDD; }

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

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

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

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

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

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

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

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