#AECDE9

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

Shades of Pale Cornflower Blue #AECDE9

Tints of Pale Cornflower Blue #AECDE9

Color information

#AECDE9 (or 0xAECDE9) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, CD and E9. RGB value is (174,205,233). Sum of RGB (Red+Green+Blue) = 174+205+233=612 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.43% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 233 (91.41% from 255 or 38.07% from 612); Max value from RGB is 233 - color contains mainly: blue. Hex color #AECDE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECDE9 is #513216. Grayscale: #C6C6C6. Windows color (decimal): -5321239 or 15322542. OLE color: 15322542.

HSL color Cylindrical-coordinate representation of color #AECDE9: hue angle of 208.47º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AECDE9 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB174205233-
CMYK0.250.1200.09
HSL208.47º57.28%79.8%-
HSV(B)208.47º25.32%91.37%-
XYZ53.9958.5485.55-
YUV198.92147.23110.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.43%
GREEN value IS 205 (80.47% from 255) = 33.50%
BLUE value IS 233 (91.41% from 255) = 38.07%
R=28.43%
G=33.50%
B=38.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1742052330.250.1200.09208.4757.2879.8
HexAECDE919C09d03950
Octal256315351311401132071120
Binary10101110110011011110100111001110001001110100001110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECDE9; }

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

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

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

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

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

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

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

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