#AECFEA

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

Shades of Pale Cornflower Blue #AECFEA

Tints of Pale Cornflower Blue #AECFEA

Color information

#AECFEA (or 0xAECFEA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, CF and EA. RGB value is (174,207,234). Sum of RGB (Red+Green+Blue) = 174+207+234=615 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.29% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #AECFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECFEA is #513015. Grayscale: #C8C8C8. Windows color (decimal): -5320726 or 15388590. OLE color: 15388590.

HSL color Cylindrical-coordinate representation of color #AECFEA: hue angle of 207º 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 #AECFEA is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174207234-
CMYK0.260.1200.08
HSL207º58.82%80%-
HSV(B)207º25.64%91.76%-
XYZ54.6259.5686.46-
YUV200.21147.07109.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.29%
GREEN value IS 207 (81.25% from 255) = 33.66%
BLUE value IS 234 (91.80% from 255) = 38.05%
R=28.29%
G=33.66%
B=38.05%

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
Decimal1742072340.260.1200.0820758.8280
HexAECFEA1AC08cf3b50
Octal256317352321401031773120
Binary10101110110011111110101011010110001000110011111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECFEA; }

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

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

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

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

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

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

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

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