#AED1FA

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

Shades of Pale Cornflower Blue #AED1FA

Tints of Pale Cornflower Blue #AED1FA

Color information

#AED1FA (or 0xAED1FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, D1 and FA. RGB value is (174,209,250). Sum of RGB (Red+Green+Blue) = 174+209+250=633 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.49% from 633); Green value is 209 (82.03% from 255 or 33.02% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #AED1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED1FA is #512E05. Grayscale: #CBCBCB. Windows color (decimal): -5320198 or 16437678. OLE color: 16437678.

HSL color Cylindrical-coordinate representation of color #AED1FA: hue angle of 212.37º 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 #AED1FA is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174209250-
CMYK0.300.1600.02
HSL212.37º88.37%83.14%-
HSV(B)212.37º30.4%98.04%-
XYZ57.5161.599.28-
YUV203.21154.4107.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.49%
GREEN value IS 209 (82.03% from 255) = 33.02%
BLUE value IS 250 (98.05% from 255) = 39.49%
R=27.49%
G=33.02%
B=39.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742092500.300.1600.02212.3788.3783.14
HexAED1FA1E1002d45853
Octal256321372362002324130123
Binary10101110110100011111101011110100000101101010010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED1FA; }

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

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

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

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

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

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

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

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