#AECCF1

Color #AECCF1 Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #AECCF1

Tints of Pale Cornflower Blue #AECCF1

Color information

#AECCF1 (or 0xAECCF1) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, CC and F1. RGB value is (174,204,241). Sum of RGB (Red+Green+Blue) = 174+204+241=619 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.11% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 241 - color contains mainly: blue. Hex color #AECCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECCF1 is #51330E. Grayscale: #C7C7C7. Windows color (decimal): -5321487 or 15846574. OLE color: 15846574.

HSL color Cylindrical-coordinate representation of color #AECCF1: hue angle of 213.13º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AECCF1 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174204241-
CMYK0.280.1500.05
HSL213.13º70.53%81.37%-
HSV(B)213.13º27.8%94.51%-
XYZ54.9358.5491.62-
YUV199.25151.56109.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.11%
GREEN value IS 204 (80.08% from 255) = 32.96%
BLUE value IS 241 (94.53% from 255) = 38.93%
R=28.11%
G=32.96%
B=38.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742042410.280.1500.05213.1370.5381.37
HexAECCF11CF05d54751
Octal256314361341705325107121
Binary10101110110011001111000111100111101011101010110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECCF1; }

 p { color: rgb(174,204,241); }

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

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

 a { background-color: rgb(174,204,241); }

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

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

 span { border-color: rgb(174,204,241); }

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