#AED4FD

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

Shades of Pale Cornflower Blue #AED4FD

Tints of Pale Cornflower Blue #AED4FD

Color information

#AED4FD (or 0xAED4FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, D4 and FD. RGB value is (174,212,253). Sum of RGB (Red+Green+Blue) = 174+212+253=639 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.23% from 639); Green value is 212 (83.20% from 255 or 33.18% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #AED4FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED4FD is #512B02. Grayscale: #CDCDCD. Windows color (decimal): -5319427 or 16635054. OLE color: 16635054.

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

Color convert

RGB174212253-
CMYK0.310.1600.01
HSL211.14º95.18%83.73%-
HSV(B)211.14º31.23%99.22%-
XYZ58.7363.18102.03-
YUV205.31154.91105.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.23%
GREEN value IS 212 (83.20% from 255) = 33.18%
BLUE value IS 253 (99.22% from 255) = 39.59%
R=27.23%
G=33.18%
B=39.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1742122530.310.1600.01211.1495.1883.73
HexAED4FD1F1001d35f54
Octal256324375372001323137124
Binary1010111011010100111111011111110000011101001110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED4FD; }

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

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

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

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

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

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

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

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