#AECFF0

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

Shades of Pale Cornflower Blue #AECFF0

Tints of Pale Cornflower Blue #AECFF0

Color information

#AECFF0 (or 0xAECFF0) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, CF and F0. RGB value is (174,207,240). Sum of RGB (Red+Green+Blue) = 174+207+240=621 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.02% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 240 (94.14% from 255 or 38.65% from 621); Max value from RGB is 240 - color contains mainly: blue. Hex color #AECFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECFF0 is #51300F. Grayscale: #C8C8C8. Windows color (decimal): -5320720 or 15781806. OLE color: 15781806.

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

Color convert

RGB174207240-
CMYK0.280.1400.06
HSL210º68.75%81.18%-
HSV(B)210º27.5%94.12%-
XYZ55.559.9291.08-
YUV200.9150.07108.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.02%
GREEN value IS 207 (81.25% from 255) = 33.33%
BLUE value IS 240 (94.14% from 255) = 38.65%
R=28.02%
G=33.33%
B=38.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1742072400.280.1400.0621068.7581.18
HexAECFF01CE06d24551
Octal256317360341606322105121
Binary10101110110011111111000011100111001101101001010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECFF0; }

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

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

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

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

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

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

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

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