#AED1F1

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

Shades of Pale Cornflower Blue #AED1F1

Tints of Pale Cornflower Blue #AED1F1

Color information

#AED1F1 (or 0xAED1F1) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, D1 and F1. RGB value is (174,209,241). Sum of RGB (Red+Green+Blue) = 174+209+241=624 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.88% from 624); Green value is 209 (82.03% from 255 or 33.49% from 624); Blue value is 241 (94.53% from 255 or 38.62% from 624); Max value from RGB is 241 - color contains mainly: blue. Hex color #AED1F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED1F1 is #512E0E. Grayscale: #CACACA. Windows color (decimal): -5320207 or 15847854. OLE color: 15847854.

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

Color convert

RGB174209241-
CMYK0.280.1300.05
HSL208.66º70.53%81.37%-
HSV(B)208.66º27.8%94.51%-
XYZ56.1360.9592.03-
YUV202.18149.9107.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.88%
GREEN value IS 209 (82.03% from 255) = 33.49%
BLUE value IS 241 (94.53% from 255) = 38.62%
R=27.88%
G=33.49%
B=38.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742092410.280.1300.05208.6670.5381.37
HexAED1F11CD05d14751
Octal256321361341505321107121
Binary10101110110100011111000111100110101011101000110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED1F1; }

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

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

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

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

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

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

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

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