#AED7F6

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

Shades of Pale Cornflower Blue #AED7F6

Tints of Pale Cornflower Blue #AED7F6

Color information

#AED7F6 (or 0xAED7F6) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, D7 and F6. RGB value is (174,215,246). Sum of RGB (Red+Green+Blue) = 174+215+246=635 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.40% from 635); Green value is 215 (84.38% from 255 or 33.86% from 635); Blue value is 246 (96.48% from 255 or 38.74% from 635); Max value from RGB is 246 - color contains mainly: blue. Hex color #AED7F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED7F6 is #512809. Grayscale: #CECECE. Windows color (decimal): -5318666 or 16177070. OLE color: 16177070.

HSL color Cylindrical-coordinate representation of color #AED7F6: hue angle of 205.83º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AED7F6 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB174215246-
CMYK0.290.1300.04
HSL205.83º80%82.35%-
HSV(B)205.83º29.27%96.47%-
XYZ58.3964.2596.51-
YUV206.28150.42104.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.40%
GREEN value IS 215 (84.38% from 255) = 33.86%
BLUE value IS 246 (96.48% from 255) = 38.74%
R=27.40%
G=33.86%
B=38.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1742152460.290.1300.04205.838082.35
HexAED7F61DD04ce5052
Octal256327366351504316120122
Binary10101110110101111111011011101110101001100111010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED7F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED7F6; }

 p { color: rgb(174,215,246); }

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

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

 a { background-color: rgb(174,215,246); }

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

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

 span { border-color: rgb(174,215,246); }

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