#AECFED

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

Shades of Pale Cornflower Blue #AECFED

Tints of Pale Cornflower Blue #AECFED

Color information

#AECFED (or 0xAECFED) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, CF and ED. RGB value is (174,207,237). Sum of RGB (Red+Green+Blue) = 174+207+237=618 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.16% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #AECFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECFED is #513012. Grayscale: #C8C8C8. Windows color (decimal): -5320723 or 15585198. OLE color: 15585198.

HSL color Cylindrical-coordinate representation of color #AECFED: hue angle of 208.57º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AECFED is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174207237-
CMYK0.270.1300.07
HSL208.57º63.64%80.59%-
HSV(B)208.57º26.58%92.94%-
XYZ55.0559.7488.75-
YUV200.55148.57109.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.16%
GREEN value IS 207 (81.25% from 255) = 33.50%
BLUE value IS 237 (92.97% from 255) = 38.35%
R=28.16%
G=33.50%
B=38.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742072370.270.1300.07208.5763.6480.59
HexAECFED1BD07d14051
Octal256317355331507321100121
Binary10101110110011111110110111011110101111101000110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECFED; }

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

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

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

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

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

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

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

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