#AED5FA

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

Shades of Pale Cornflower Blue #AED5FA

Tints of Pale Cornflower Blue #AED5FA

Color information

#AED5FA (or 0xAED5FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, D5 and FA. RGB value is (174,213,250). Sum of RGB (Red+Green+Blue) = 174+213+250=637 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.32% from 637); Green value is 213 (83.59% from 255 or 33.44% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #AED5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED5FA is #512A05. Grayscale: #CDCDCD. Windows color (decimal): -5319174 or 16438702. OLE color: 16438702.

HSL color Cylindrical-coordinate representation of color #AED5FA: hue angle of 209.21º 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 #AED5FA is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174213250-
CMYK0.300.1500.02
HSL209.21º88.37%83.14%-
HSV(B)209.21º30.4%98.04%-
XYZ58.5163.4999.61-
YUV205.56153.08105.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.32%
GREEN value IS 213 (83.59% from 255) = 33.44%
BLUE value IS 250 (98.05% from 255) = 39.25%
R=27.32%
G=33.44%
B=39.25%

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
Decimal1742132500.300.1500.02209.2188.3783.14
HexAED5FA1EF02d15853
Octal256325372361702321130123
Binary1010111011010101111110101111011110101101000110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED5FA; }

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

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

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

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

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

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

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

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