#AECFEF

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

Shades of Pale Cornflower Blue #AECFEF

Tints of Pale Cornflower Blue #AECFEF

Color information

#AECFEF (or 0xAECFEF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, CF and EF. RGB value is (174,207,239). Sum of RGB (Red+Green+Blue) = 174+207+239=620 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.06% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 239 - color contains mainly: blue. Hex color #AECFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECFEF is #513010. Grayscale: #C8C8C8. Windows color (decimal): -5320721 or 15716270. OLE color: 15716270.

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

Color convert

RGB174207239-
CMYK0.270.1300.06
HSL209.54º67.01%80.98%-
HSV(B)209.54º27.2%93.73%-
XYZ55.3559.8690.3-
YUV200.78149.57108.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.06%
GREEN value IS 207 (81.25% from 255) = 33.39%
BLUE value IS 239 (93.75% from 255) = 38.55%
R=28.06%
G=33.39%
B=38.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1742072390.270.1300.06209.5467.0180.98
HexAECFEF1BD06d24351
Octal256317357331506322103121
Binary10101110110011111110111111011110101101101001010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECFEF; }

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

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

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

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

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

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

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

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