#AECDFA

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

Shades of Pale Cornflower Blue #AECDFA

Tints of Pale Cornflower Blue #AECDFA

Color information

#AECDFA (or 0xAECDFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, CD and FA. RGB value is (174,205,250). Sum of RGB (Red+Green+Blue) = 174+205+250=629 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.66% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #AECDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECDFA is #513205. Grayscale: #C8C8C8. Windows color (decimal): -5321222 or 16436654. OLE color: 16436654.

HSL color Cylindrical-coordinate representation of color #AECDFA: hue angle of 215.53º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AECDFA is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174205250-
CMYK0.300.1800.02
HSL215.53º88.37%83.14%-
HSV(B)215.53º30.4%98.04%-
XYZ56.5459.5698.96-
YUV200.86155.73108.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.66%
GREEN value IS 205 (80.47% from 255) = 32.59%
BLUE value IS 250 (98.05% from 255) = 39.75%
R=27.66%
G=32.59%
B=39.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742052500.300.1800.02215.5388.3783.14
HexAECDFA1E1202d85853
Octal256315372362202330130123
Binary10101110110011011111101011110100100101101100010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECDFA; }

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

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

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

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

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

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

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

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