#AACDDF

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

Shades of French Pass #AACDDF

Tints of French Pass #AACDDF

Color information

#AACDDF (or 0xAACDDF) is unknown color: approx French Pass. HEX triplet: AA, CD and DF. RGB value is (170,205,223). Sum of RGB (Red+Green+Blue) = 170+205+223=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: blue. Hex color #AACDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDDF is #553220. Grayscale: #C4C4C4. Windows color (decimal): -5583393 or 14667178. OLE color: 14667178.

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

Color convert

RGB170205223-
CMYK0.240.0800.13
HSL200.38º45.3%77.06%-
HSV(B)200.38º23.77%87.45%-
XYZ51.7357.5478.19-
YUV196.59142.9109.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.43%
GREEN value IS 205 (80.47% from 255) = 34.28%
BLUE value IS 223 (87.5% from 255) = 37.29%
R=28.43%
G=34.28%
B=37.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702052230.240.0800.13200.3845.377.06
HexAACDDF1880Dc82d4d
Octal252315337301001531055115
Binary10101010110011011101111111000100001101110010001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACDDF; }

 p { color: rgb(170,205,223); }

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

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

 a { background-color: rgb(170,205,223); }

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

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

 span { border-color: rgb(170,205,223); }

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