#AED0F1

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

Shades of Pale Cornflower Blue #AED0F1

Tints of Pale Cornflower Blue #AED0F1

Color information

#AED0F1 (or 0xAED0F1) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, D0 and F1. RGB value is (174,208,241). Sum of RGB (Red+Green+Blue) = 174+208+241=623 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.93% from 623); Green value is 208 (81.64% from 255 or 33.39% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #AED0F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED0F1 is #512F0E. Grayscale: #C9C9C9. Windows color (decimal): -5320463 or 15847598. OLE color: 15847598.

HSL color Cylindrical-coordinate representation of color #AED0F1: hue angle of 209.55º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AED0F1 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174208241-
CMYK0.280.1400.05
HSL209.55º70.53%81.37%-
HSV(B)209.55º27.8%94.51%-
XYZ55.8960.4691.94-
YUV201.6150.24108.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.93%
GREEN value IS 208 (81.64% from 255) = 33.39%
BLUE value IS 241 (94.53% from 255) = 38.68%
R=27.93%
G=33.39%
B=38.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742082410.280.1400.05209.5570.5381.37
HexAED0F11CE05d24751
Octal256320361341605322107121
Binary10101110110100001111000111100111001011101001010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED0F1; }

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

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

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

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

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

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

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

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