#AED2F0

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

Shades of Pale Cornflower Blue #AED2F0

Tints of Pale Cornflower Blue #AED2F0

Color information

#AED2F0 (or 0xAED2F0) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, D2 and F0. RGB value is (174,210,240). Sum of RGB (Red+Green+Blue) = 174+210+240=624 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.88% from 624); Green value is 210 (82.42% from 255 or 33.65% from 624); Blue value is 240 (94.14% from 255 or 38.46% from 624); Max value from RGB is 240 - color contains mainly: blue. Hex color #AED2F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED2F0 is #512D0F. Grayscale: #CACACA. Windows color (decimal): -5319952 or 15782574. OLE color: 15782574.

HSL color Cylindrical-coordinate representation of color #AED2F0: hue angle of 207.27º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AED2F0 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB174210240-
CMYK0.280.1200.06
HSL207.27º68.75%81.18%-
HSV(B)207.27º27.5%94.12%-
XYZ56.2361.3891.32-
YUV202.66149.07107.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.88%
GREEN value IS 210 (82.42% from 255) = 33.65%
BLUE value IS 240 (94.14% from 255) = 38.46%
R=27.88%
G=33.65%
B=38.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1742102400.280.1200.06207.2768.7581.18
HexAED2F01CC06cf4551
Octal256322360341406317105121
Binary10101110110100101111000011100110001101100111110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED2F0; }

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

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

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

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

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

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

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

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