#AED0FF

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

Shades of Pale Cornflower Blue #AED0FF

Tints of Pale Cornflower Blue #AED0FF

Color information

#AED0FF (or 0xAED0FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, D0 and FF. RGB value is (174,208,255). Sum of RGB (Red+Green+Blue) = 174+208+255=637 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.32% from 637); Green value is 208 (81.64% from 255 or 32.65% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #AED0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED0FF is #512F00. Grayscale: #CACACA. Windows color (decimal): -5320449 or 16765102. OLE color: 16765102.

HSL color Cylindrical-coordinate representation of color #AED0FF: hue angle of 214.81º 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 #AED0FF is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB174208255-
CMYK0.320.1800
HSL214.81º100%84.12%-
HSV(B)214.81º31.76%100%-
XYZ58.0661.33103.39-
YUV203.19157.24107.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.32%
GREEN value IS 208 (81.64% from 255) = 32.65%
BLUE value IS 255 (100% from 255) = 40.03%
R=27.32%
G=32.65%
B=40.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742082550.320.1800214.8110084.12
HexAED0FF201200d76454
Octal256320377402200327144124
Binary10101110110100001111111110000010010001101011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED0FF; }

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

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

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

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

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

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

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

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