#AED3F0

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

Shades of Pale Cornflower Blue #AED3F0

Tints of Pale Cornflower Blue #AED3F0

Color information

#AED3F0 (or 0xAED3F0) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, D3 and F0. RGB value is (174,211,240). Sum of RGB (Red+Green+Blue) = 174+211+240=625 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.84% from 625); Green value is 211 (82.81% from 255 or 33.76% from 625); Blue value is 240 (94.14% from 255 or 38.4% from 625); Max value from RGB is 240 - color contains mainly: blue. Hex color #AED3F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED3F0 is #512C0F. Grayscale: #CBCBCB. Windows color (decimal): -5319696 or 15782830. OLE color: 15782830.

HSL color Cylindrical-coordinate representation of color #AED3F0: hue angle of 206.36º 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 #AED3F0 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB174211240-
CMYK0.280.1200.06
HSL206.36º68.75%81.18%-
HSV(B)206.36º27.5%94.12%-
XYZ56.4861.8891.41-
YUV203.24148.74107.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.84%
GREEN value IS 211 (82.81% from 255) = 33.76%
BLUE value IS 240 (94.14% from 255) = 38.4%
R=27.84%
G=33.76%
B=38.4%

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
Decimal1742112400.280.1200.06206.3668.7581.18
HexAED3F01CC06ce4551
Octal256323360341406316105121
Binary10101110110100111111000011100110001101100111010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED3F0; }

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

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

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

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

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

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

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

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