#AED0EF

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

Shades of Pale Cornflower Blue #AED0EF

Tints of Pale Cornflower Blue #AED0EF

Color information

#AED0EF (or 0xAED0EF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, D0 and EF. RGB value is (174,208,239). Sum of RGB (Red+Green+Blue) = 174+208+239=621 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.02% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #AED0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED0EF is #512F10. Grayscale: #C9C9C9. Windows color (decimal): -5320465 or 15716526. OLE color: 15716526.

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

Color convert

RGB174208239-
CMYK0.270.1300.06
HSL208.62º67.01%80.98%-
HSV(B)208.62º27.2%93.73%-
XYZ55.5960.3490.38-
YUV201.37149.24108.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.02%
GREEN value IS 208 (81.64% from 255) = 33.49%
BLUE value IS 239 (93.75% from 255) = 38.49%
R=28.02%
G=33.49%
B=38.49%

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
Decimal1742082390.270.1300.06208.6267.0180.98
HexAED0EF1BD06d14351
Octal256320357331506321103121
Binary10101110110100001110111111011110101101101000110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED0EF; }

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

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

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

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

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

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

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

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