#AECDF1

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

Shades of Pale Cornflower Blue #AECDF1

Tints of Pale Cornflower Blue #AECDF1

Color information

#AECDF1 (or 0xAECDF1) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, CD and F1. RGB value is (174,205,241). Sum of RGB (Red+Green+Blue) = 174+205+241=620 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.06% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #AECDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECDF1 is #51320E. Grayscale: #C7C7C7. Windows color (decimal): -5321231 or 15846830. OLE color: 15846830.

HSL color Cylindrical-coordinate representation of color #AECDF1: hue angle of 212.24º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AECDF1 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174205241-
CMYK0.280.1500.05
HSL212.24º70.53%81.37%-
HSV(B)212.24º27.8%94.51%-
XYZ55.1659.0191.7-
YUV199.83151.23109.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.06%
GREEN value IS 205 (80.47% from 255) = 33.06%
BLUE value IS 241 (94.53% from 255) = 38.87%
R=28.06%
G=33.06%
B=38.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742052410.280.1500.05212.2470.5381.37
HexAECDF11CF05d44751
Octal256315361341705324107121
Binary10101110110011011111000111100111101011101010010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECDF1; }

 p { color: rgb(174,205,241); }

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

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

 a { background-color: rgb(174,205,241); }

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

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

 span { border-color: rgb(174,205,241); }

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