#AECFDF

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

Shades of French Pass #AECFDF

Tints of French Pass #AECFDF

Color information

#AECFDF (or 0xAECFDF) is unknown color: approx French Pass. HEX triplet: AE, CF and DF. RGB value is (174,207,223). Sum of RGB (Red+Green+Blue) = 174+207+223=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #AECFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFDF is #513020. Grayscale: #C6C6C6. Windows color (decimal): -5320737 or 14667694. OLE color: 14667694.

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

Color convert

RGB174207223-
CMYK0.220.0700.13
HSL199.59º43.36%77.84%-
HSV(B)199.59º21.97%87.45%-
XYZ53.0958.9578.39-
YUV198.96141.57110.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.81%
GREEN value IS 207 (81.25% from 255) = 34.27%
BLUE value IS 223 (87.5% from 255) = 36.92%
R=28.81%
G=34.27%
B=36.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742072230.220.0700.13199.5943.3677.84
HexAECFDF1670Dc82b4e
Octal25631733726701531053116
Binary1010111011001111110111111011011101101110010001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECFDF; }

 p { color: rgb(174,207,223); }

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

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

 a { background-color: rgb(174,207,223); }

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

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

 span { border-color: rgb(174,207,223); }

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