#AED2FA

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

Shades of Pale Cornflower Blue #AED2FA

Tints of Pale Cornflower Blue #AED2FA

Color information

#AED2FA (or 0xAED2FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, D2 and FA. RGB value is (174,210,250). Sum of RGB (Red+Green+Blue) = 174+210+250=634 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.44% from 634); Green value is 210 (82.42% from 255 or 33.12% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #AED2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED2FA is #512D05. Grayscale: #CBCBCB. Windows color (decimal): -5319942 or 16437934. OLE color: 16437934.

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

Color convert

RGB174210250-
CMYK0.300.1600.02
HSL211.58º88.37%83.14%-
HSV(B)211.58º30.4%98.04%-
XYZ57.7661.9999.36-
YUV203.8154.07106.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.44%
GREEN value IS 210 (82.42% from 255) = 33.12%
BLUE value IS 250 (98.05% from 255) = 39.43%
R=27.44%
G=33.12%
B=39.43%

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
Decimal1742102500.300.1600.02211.5888.3783.14
HexAED2FA1E1002d45853
Octal256322372362002324130123
Binary10101110110100101111101011110100000101101010010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED2FA; }

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

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

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

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

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

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

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

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