#AED7F3

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

Shades of Pale Cornflower Blue #AED7F3

Tints of Pale Cornflower Blue #AED7F3

Color information

#AED7F3 (or 0xAED7F3) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, D7 and F3. RGB value is (174,215,243). Sum of RGB (Red+Green+Blue) = 174+215+243=632 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.53% from 632); Green value is 215 (84.38% from 255 or 34.02% from 632); Blue value is 243 (95.31% from 255 or 38.45% from 632); Max value from RGB is 243 - color contains mainly: blue. Hex color #AED7F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED7F3 is #51280C. Grayscale: #CDCDCD. Windows color (decimal): -5318669 or 15980462. OLE color: 15980462.

HSL color Cylindrical-coordinate representation of color #AED7F3: hue angle of 204.35º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AED7F3 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174215243-
CMYK0.280.1200.05
HSL204.35º74.19%81.76%-
HSV(B)204.35º28.4%95.29%-
XYZ57.9364.0794.11-
YUV205.93148.92105.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.53%
GREEN value IS 215 (84.38% from 255) = 34.02%
BLUE value IS 243 (95.31% from 255) = 38.45%
R=27.53%
G=34.02%
B=38.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742152430.280.1200.05204.3574.1981.76
HexAED7F31CC05cc4a52
Octal256327363341405314112122
Binary10101110110101111111001111100110001011100110010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED7F3; }

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

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

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

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

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

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

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

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