#AED7FD

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

Shades of Pale Cornflower Blue #AED7FD

Tints of Pale Cornflower Blue #AED7FD

Color information

#AED7FD (or 0xAED7FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, D7 and FD. RGB value is (174,215,253). Sum of RGB (Red+Green+Blue) = 174+215+253=642 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.10% from 642); Green value is 215 (84.38% from 255 or 33.49% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #AED7FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED7FD is #512802. Grayscale: #CECECE. Windows color (decimal): -5318659 or 16635822. OLE color: 16635822.

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

Color convert

RGB174215253-
CMYK0.310.1500.01
HSL208.86º95.18%83.73%-
HSV(B)208.86º31.23%99.22%-
XYZ59.4964.69102.28-
YUV207.07153.92104.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.10%
GREEN value IS 215 (84.38% from 255) = 33.49%
BLUE value IS 253 (99.22% from 255) = 39.41%
R=27.10%
G=33.49%
B=39.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1742152530.310.1500.01208.8695.1883.73
HexAED7FD1FF01d15f54
Octal256327375371701321137124
Binary101011101101011111111101111111111011101000110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED7FD; }

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

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

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

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

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

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

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

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