#AECCF7

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

Shades of Pale Cornflower Blue #AECCF7

Tints of Pale Cornflower Blue #AECCF7

Color information

#AECCF7 (or 0xAECCF7) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, CC and F7. RGB value is (174,204,247). Sum of RGB (Red+Green+Blue) = 174+204+247=625 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.84% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 247 (96.88% from 255 or 39.52% from 625); Max value from RGB is 247 - color contains mainly: blue. Hex color #AECCF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECCF7 is #513308. Grayscale: #C7C7C7. Windows color (decimal): -5321481 or 16239790. OLE color: 16239790.

HSL color Cylindrical-coordinate representation of color #AECCF7: hue angle of 215.34º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AECCF7 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB174204247-
CMYK0.300.1700.03
HSL215.34º82.02%82.55%-
HSV(B)215.34º29.55%96.86%-
XYZ55.8458.996.42-
YUV199.93154.56109.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.84%
GREEN value IS 204 (80.08% from 255) = 32.64%
BLUE value IS 247 (96.88% from 255) = 39.52%
R=27.84%
G=32.64%
B=39.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1742042470.300.1700.03215.3482.0282.55
HexAECCF71E1103d75253
Octal256314367362103327122123
Binary10101110110011001111011111110100010111101011110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECCF7; }

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

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

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

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

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

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

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

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