#AED6F1

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

Shades of Pale Cornflower Blue #AED6F1

Tints of Pale Cornflower Blue #AED6F1

Color information

#AED6F1 (or 0xAED6F1) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, D6 and F1. RGB value is (174,214,241). Sum of RGB (Red+Green+Blue) = 174+214+241=629 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.66% from 629); Green value is 214 (83.98% from 255 or 34.02% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 241 - color contains mainly: blue. Hex color #AED6F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED6F1 is #51290E. Grayscale: #CCCCCC. Windows color (decimal): -5318927 or 15849134. OLE color: 15849134.

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

Color convert

RGB174214241-
CMYK0.280.1100.05
HSL204.18º70.53%81.37%-
HSV(B)204.18º27.8%94.51%-
XYZ57.3863.4492.44-
YUV205.12148.25105.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.66%
GREEN value IS 214 (83.98% from 255) = 34.02%
BLUE value IS 241 (94.53% from 255) = 38.31%
R=27.66%
G=34.02%
B=38.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742142410.280.1100.05204.1870.5381.37
HexAED6F11CB05cc4751
Octal256326361341305314107121
Binary10101110110101101111000111100101101011100110010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED6F1; }

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

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

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

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

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

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

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

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