#AECEEA

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

Shades of Pale Cornflower Blue #AECEEA

Tints of Pale Cornflower Blue #AECEEA

Color information

#AECEEA (or 0xAECEEA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, CE and EA. RGB value is (174,206,234). Sum of RGB (Red+Green+Blue) = 174+206+234=614 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.34% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #AECEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECEEA is #513115. Grayscale: #C7C7C7. Windows color (decimal): -5320982 or 15388334. OLE color: 15388334.

HSL color Cylindrical-coordinate representation of color #AECEEA: hue angle of 208º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AECEEA is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174206234-
CMYK0.260.1200.08
HSL208º58.82%80%-
HSV(B)208º25.64%91.76%-
XYZ54.3859.0886.38-
YUV199.62147.4109.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.34%
GREEN value IS 206 (80.86% from 255) = 33.55%
BLUE value IS 234 (91.80% from 255) = 38.11%
R=28.34%
G=33.55%
B=38.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1742062340.260.1200.0820858.8280
HexAECEEA1AC08d03b50
Octal256316352321401032073120
Binary10101110110011101110101011010110001000110100001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECEEA; }

 p { color: rgb(174,206,234); }

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

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

 a { background-color: rgb(174,206,234); }

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

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

 span { border-color: rgb(174,206,234); }

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