#AED4EF

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

Shades of Pale Cornflower Blue #AED4EF

Tints of Pale Cornflower Blue #AED4EF

Color information

#AED4EF (or 0xAED4EF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, D4 and EF. RGB value is (174,212,239). Sum of RGB (Red+Green+Blue) = 174+212+239=625 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.84% from 625); Green value is 212 (83.20% from 255 or 33.92% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #AED4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED4EF is #512B10. Grayscale: #CBCBCB. Windows color (decimal): -5319441 or 15717550. OLE color: 15717550.

HSL color Cylindrical-coordinate representation of color #AED4EF: hue angle of 204.92º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AED4EF is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB174212239-
CMYK0.270.1100.06
HSL204.92º67.01%80.98%-
HSV(B)204.92º27.2%93.73%-
XYZ56.5862.3290.71-
YUV203.72147.91106.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.84%
GREEN value IS 212 (83.20% from 255) = 33.92%
BLUE value IS 239 (93.75% from 255) = 38.24%
R=27.84%
G=33.92%
B=38.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1742122390.270.1100.06204.9267.0180.98
HexAED4EF1BB06cd4351
Octal256324357331306315103121
Binary10101110110101001110111111011101101101100110110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED4EF; }

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

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

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

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

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

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

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

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