#AECDF7

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

Shades of Pale Cornflower Blue #AECDF7

Tints of Pale Cornflower Blue #AECDF7

Color information

#AECDF7 (or 0xAECDF7) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, CD and F7. RGB value is (174,205,247). Sum of RGB (Red+Green+Blue) = 174+205+247=626 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.80% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 247 (96.88% from 255 or 39.46% from 626); Max value from RGB is 247 - color contains mainly: blue. Hex color #AECDF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECDF7 is #513208. Grayscale: #C8C8C8. Windows color (decimal): -5321225 or 16240046. OLE color: 16240046.

HSL color Cylindrical-coordinate representation of color #AECDF7: hue angle of 214.52º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AECDF7 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB174205247-
CMYK0.300.1700.03
HSL214.52º82.02%82.55%-
HSV(B)214.52º29.55%96.86%-
XYZ56.0859.3896.5-
YUV200.52154.23109.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.80%
GREEN value IS 205 (80.47% from 255) = 32.75%
BLUE value IS 247 (96.88% from 255) = 39.46%
R=27.80%
G=32.75%
B=39.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1742052470.300.1700.03214.5282.0282.55
HexAECDF71E1103d75253
Octal256315367362103327122123
Binary10101110110011011111011111110100010111101011110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECDF7; }

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

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

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

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

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

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

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

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