#AACEDF

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

Shades of French Pass #AACEDF

Tints of French Pass #AACEDF

Color information

#AACEDF (or 0xAACEDF) is unknown color: approx French Pass. HEX triplet: AA, CE and DF. RGB value is (170,206,223). Sum of RGB (Red+Green+Blue) = 170+206+223=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 223 - color contains mainly: blue. Hex color #AACEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACEDF is #553120. Grayscale: #C5C5C5. Windows color (decimal): -5583137 or 14667434. OLE color: 14667434.

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

Color convert

RGB170206223-
CMYK0.240.0800.13
HSL199.25º45.3%77.06%-
HSV(B)199.25º23.77%87.45%-
XYZ51.9758.0278.27-
YUV197.17142.57108.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.38%
GREEN value IS 206 (80.86% from 255) = 34.39%
BLUE value IS 223 (87.5% from 255) = 37.23%
R=28.38%
G=34.39%
B=37.23%

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
Decimal1702062230.240.0800.13199.2545.377.06
HexAACEDF1880Dc72d4d
Octal252316337301001530755115
Binary10101010110011101101111111000100001101110001111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACEDF; }

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

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

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

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

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

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

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

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