#AECDFD

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

Shades of Pale Cornflower Blue #AECDFD

Tints of Pale Cornflower Blue #AECDFD

Color information

#AECDFD (or 0xAECDFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, CD and FD. RGB value is (174,205,253). Sum of RGB (Red+Green+Blue) = 174+205+253=632 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.53% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #AECDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECDFD is #513202. Grayscale: #C8C8C8. Windows color (decimal): -5321219 or 16633262. OLE color: 16633262.

HSL color Cylindrical-coordinate representation of color #AECDFD: hue angle of 216.46º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AECDFD is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB174205253-
CMYK0.310.1900.01
HSL216.46º95.18%83.73%-
HSV(B)216.46º31.23%99.22%-
XYZ57.0259.75101.46-
YUV201.2157.23108.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.53%
GREEN value IS 205 (80.47% from 255) = 32.44%
BLUE value IS 253 (99.22% from 255) = 40.03%
R=27.53%
G=32.44%
B=40.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1742052530.310.1900.01216.4695.1883.73
HexAECDFD1F1301d85f54
Octal256315375372301330137124
Binary1010111011001101111111011111110011011101100010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECDFD; }

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

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

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

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

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

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

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

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