#AED5FF

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

Shades of Pale Cornflower Blue #AED5FF

Tints of Pale Cornflower Blue #AED5FF

Color information

#AED5FF (or 0xAED5FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, D5 and FF. RGB value is (174,213,255). Sum of RGB (Red+Green+Blue) = 174+213+255=642 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.10% from 642); Green value is 213 (83.59% from 255 or 33.18% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #AED5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED5FF is #512A00. Grayscale: #CDCDCD. Windows color (decimal): -5319169 or 16766382. OLE color: 16766382.

HSL color Cylindrical-coordinate representation of color #AED5FF: hue angle of 211.11º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AED5FF is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB174213255-
CMYK0.320.1600
HSL211.11º100%84.12%-
HSV(B)211.11º31.76%100%-
XYZ59.363.81103.8-
YUV206.13155.58105.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.10%
GREEN value IS 213 (83.59% from 255) = 33.18%
BLUE value IS 255 (100% from 255) = 39.72%
R=27.10%
G=33.18%
B=39.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742132550.320.1600211.1110084.12
HexAED5FF201000d36454
Octal256325377402000323144124
Binary10101110110101011111111110000010000001101001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED5FF; }

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

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

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

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

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

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

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

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