#AED1ED

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

Shades of Pale Cornflower Blue #AED1ED

Tints of Pale Cornflower Blue #AED1ED

Color information

#AED1ED (or 0xAED1ED) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, D1 and ED. RGB value is (174,209,237). Sum of RGB (Red+Green+Blue) = 174+209+237=620 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.06% from 620); Green value is 209 (82.03% from 255 or 33.71% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #AED1ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED1ED is #512E12. Grayscale: #C9C9C9. Windows color (decimal): -5320211 or 15585710. OLE color: 15585710.

HSL color Cylindrical-coordinate representation of color #AED1ED: hue angle of 206.67º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AED1ED is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174209237-
CMYK0.270.1200.07
HSL206.67º63.64%80.59%-
HSV(B)206.67º26.58%92.94%-
XYZ55.5460.7188.91-
YUV201.73147.9108.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.06%
GREEN value IS 209 (82.03% from 255) = 33.71%
BLUE value IS 237 (92.97% from 255) = 38.23%
R=28.06%
G=33.71%
B=38.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742092370.270.1200.07206.6763.6480.59
HexAED1ED1BC07cf4051
Octal256321355331407317100121
Binary10101110110100011110110111011110001111100111110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED1ED; }

 p { color: rgb(174,209,237); }

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

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

 a { background-color: rgb(174,209,237); }

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

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

 span { border-color: rgb(174,209,237); }

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