#AED1EF

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

Shades of Pale Cornflower Blue #AED1EF

Tints of Pale Cornflower Blue #AED1EF

Color information

#AED1EF (or 0xAED1EF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, D1 and EF. RGB value is (174,209,239). Sum of RGB (Red+Green+Blue) = 174+209+239=622 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.97% from 622); Green value is 209 (82.03% from 255 or 33.60% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: blue. Hex color #AED1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED1EF is #512E10. Grayscale: #C9C9C9. Windows color (decimal): -5320209 or 15716782. OLE color: 15716782.

HSL color Cylindrical-coordinate representation of color #AED1EF: hue angle of 207.69º 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 #AED1EF is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB174209239-
CMYK0.270.1300.06
HSL207.69º67.01%80.98%-
HSV(B)207.69º27.2%93.73%-
XYZ55.8460.8390.46-
YUV201.96148.9108.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.97%
GREEN value IS 209 (82.03% from 255) = 33.60%
BLUE value IS 239 (93.75% from 255) = 38.42%
R=27.97%
G=33.60%
B=38.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1742092390.270.1300.06207.6967.0180.98
HexAED1EF1BD06d04351
Octal256321357331506320103121
Binary10101110110100011110111111011110101101101000010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED1EF; }

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

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

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

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

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

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

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

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