#AECFDC

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

Shades of French Pass #AECFDC

Tints of French Pass #AECFDC

Color information

#AECFDC (or 0xAECFDC) is unknown color: approx French Pass. HEX triplet: AE, CF and DC. RGB value is (174,207,220). Sum of RGB (Red+Green+Blue) = 174+207+220=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #AECFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFDC is #513023. Grayscale: #C6C6C6. Windows color (decimal): -5320740 or 14471086. OLE color: 14471086.

HSL color Cylindrical-coordinate representation of color #AECFDC: hue angle of 196.96º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AECFDC is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB174207220-
CMYK0.210.0600.14
HSL196.96º39.66%77.25%-
HSV(B)196.96º20.91%86.27%-
XYZ52.6958.7976.28-
YUV198.61140.07110.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.95%
GREEN value IS 207 (81.25% from 255) = 34.44%
BLUE value IS 220 (86.33% from 255) = 36.61%
R=28.95%
G=34.44%
B=36.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742072200.210.0600.14196.9639.6677.25
HexAECFDC1560Ec5284d
Octal25631733425601630550115
Binary1010111011001111110111001010111001110110001011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECFDC; }

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

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

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

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

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

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

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

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