#AED9FD

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

Shades of Pale Cornflower Blue #AED9FD

Tints of Pale Cornflower Blue #AED9FD

Color information

#AED9FD (or 0xAED9FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, D9 and FD. RGB value is (174,217,253). Sum of RGB (Red+Green+Blue) = 174+217+253=644 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.02% from 644); Green value is 217 (85.16% from 255 or 33.70% from 644); Blue value is 253 (99.22% from 255 or 39.29% from 644); Max value from RGB is 253 - color contains mainly: blue. Hex color #AED9FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED9FD is #512602. Grayscale: #D0D0D0. Windows color (decimal): -5318147 or 16636334. OLE color: 16636334.

HSL color Cylindrical-coordinate representation of color #AED9FD: hue angle of 207.34º 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 #AED9FD is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB174217253-
CMYK0.310.1400.01
HSL207.34º95.18%83.73%-
HSV(B)207.34º31.23%99.22%-
XYZ6065.72102.45-
YUV208.25153.25103.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.02%
GREEN value IS 217 (85.16% from 255) = 33.70%
BLUE value IS 253 (99.22% from 255) = 39.29%
R=27.02%
G=33.70%
B=39.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1742172530.310.1400.01207.3495.1883.73
HexAED9FD1FE01cf5f54
Octal256331375371601317137124
Binary101011101101100111111101111111110011100111110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED9FD; }

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

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

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

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

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

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

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

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