#AED9FA

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

Shades of Pale Cornflower Blue #AED9FA

Tints of Pale Cornflower Blue #AED9FA

Color information

#AED9FA (or 0xAED9FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, D9 and FA. RGB value is (174,217,250). Sum of RGB (Red+Green+Blue) = 174+217+250=641 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.15% from 641); Green value is 217 (85.16% from 255 or 33.85% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #AED9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED9FA is #512605. Grayscale: #CFCFCF. Windows color (decimal): -5318150 or 16439726. OLE color: 16439726.

HSL color Cylindrical-coordinate representation of color #AED9FA: hue angle of 206.05º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AED9FA is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174217250-
CMYK0.300.1300.02
HSL206.05º88.37%83.14%-
HSV(B)206.05º30.4%98.04%-
XYZ59.5265.5399.95-
YUV207.9151.75103.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.15%
GREEN value IS 217 (85.16% from 255) = 33.85%
BLUE value IS 250 (98.05% from 255) = 39.00%
R=27.15%
G=33.85%
B=39.00%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742172500.300.1300.02206.0588.3783.14
HexAED9FA1ED02ce5853
Octal256331372361502316130123
Binary1010111011011001111110101111011010101100111010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED9FA; }

 p { color: rgb(174,217,250); }

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

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

 a { background-color: rgb(174,217,250); }

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

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

 span { border-color: rgb(174,217,250); }

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