#AED2FF

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

Shades of Pale Cornflower Blue #AED2FF

Tints of Pale Cornflower Blue #AED2FF

Color information

#AED2FF (or 0xAED2FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, D2 and FF. RGB value is (174,210,255). Sum of RGB (Red+Green+Blue) = 174+210+255=639 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.23% from 639); Green value is 210 (82.42% from 255 or 32.86% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #AED2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED2FF is #512D00. Grayscale: #CCCCCC. Windows color (decimal): -5319937 or 16765614. OLE color: 16765614.

HSL color Cylindrical-coordinate representation of color #AED2FF: hue angle of 213.33º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AED2FF is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB174210255-
CMYK0.320.1800
HSL213.33º100%84.12%-
HSV(B)213.33º31.76%100%-
XYZ58.5562.31103.55-
YUV204.37156.57106.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.23%
GREEN value IS 210 (82.42% from 255) = 32.86%
BLUE value IS 255 (100% from 255) = 39.91%
R=27.23%
G=32.86%
B=39.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742102550.320.1800213.3310084.12
HexAED2FF201200d56454
Octal256322377402200325144124
Binary10101110110100101111111110000010010001101010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED2FF; }

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

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

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

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

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

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

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

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