#AECCEC

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

Shades of Pale Cornflower Blue #AECCEC

Tints of Pale Cornflower Blue #AECCEC

Color information

#AECCEC (or 0xAECCEC) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, CC and EC. RGB value is (174,204,236). Sum of RGB (Red+Green+Blue) = 174+204+236=614 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.34% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #AECCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECCEC is #513313. Grayscale: #C6C6C6. Windows color (decimal): -5321492 or 15518894. OLE color: 15518894.

HSL color Cylindrical-coordinate representation of color #AECCEC: hue angle of 210.97º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AECCEC is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174204236-
CMYK0.260.1400.07
HSL210.97º62%80.39%-
HSV(B)210.97º26.27%92.55%-
XYZ54.1958.2487.74-
YUV198.68149.06110.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.34%
GREEN value IS 204 (80.08% from 255) = 33.22%
BLUE value IS 236 (92.58% from 255) = 38.44%
R=28.34%
G=33.22%
B=38.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742042360.260.1400.07210.976280.39
HexAECCEC1AE07d33e50
Octal25631435432160732376120
Binary1010111011001100111011001101011100111110100111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECCEC; }

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

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

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

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

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

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

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

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