#AECDF0

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

Shades of Pale Cornflower Blue #AECDF0

Tints of Pale Cornflower Blue #AECDF0

Color information

#AECDF0 (or 0xAECDF0) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, CD and F0. RGB value is (174,205,240). Sum of RGB (Red+Green+Blue) = 174+205+240=619 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.11% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 240 - color contains mainly: blue. Hex color #AECDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECDF0 is #51320F. Grayscale: #C7C7C7. Windows color (decimal): -5321232 or 15781294. OLE color: 15781294.

HSL color Cylindrical-coordinate representation of color #AECDF0: hue angle of 211.82º 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 #AECDF0 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB174205240-
CMYK0.280.1500.06
HSL211.82º68.75%81.18%-
HSV(B)211.82º27.5%94.12%-
XYZ55.0258.9590.92-
YUV199.72150.73109.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.11%
GREEN value IS 205 (80.47% from 255) = 33.12%
BLUE value IS 240 (94.14% from 255) = 38.77%
R=28.11%
G=33.12%
B=38.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1742052400.280.1500.06211.8268.7581.18
HexAECDF01CF06d44551
Octal256315360341706324105121
Binary10101110110011011111000011100111101101101010010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECDF0; }

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

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

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

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

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

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

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

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