#AED4FA

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

Shades of Pale Cornflower Blue #AED4FA

Tints of Pale Cornflower Blue #AED4FA

Color information

#AED4FA (or 0xAED4FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, D4 and FA. RGB value is (174,212,250). Sum of RGB (Red+Green+Blue) = 174+212+250=636 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.36% from 636); Green value is 212 (83.20% from 255 or 33.33% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #AED4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED4FA is #512B05. Grayscale: #CCCCCC. Windows color (decimal): -5319430 or 16438446. OLE color: 16438446.

HSL color Cylindrical-coordinate representation of color #AED4FA: hue angle of 210º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AED4FA is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174212250-
CMYK0.300.1500.02
HSL210º88.37%83.14%-
HSV(B)210º30.4%98.04%-
XYZ58.2562.9999.53-
YUV204.97153.41105.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.36%
GREEN value IS 212 (83.20% from 255) = 33.33%
BLUE value IS 250 (98.05% from 255) = 39.31%
R=27.36%
G=33.33%
B=39.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742122500.300.1500.0221088.3783.14
HexAED4FA1EF02d25853
Octal256324372361702322130123
Binary1010111011010100111110101111011110101101001010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED4FA; }

 p { color: rgb(174,212,250); }

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

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

 a { background-color: rgb(174,212,250); }

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

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

 span { border-color: rgb(174,212,250); }

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