#AED8FF

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

Shades of Pale Cornflower Blue #AED8FF

Tints of Pale Cornflower Blue #AED8FF

Color information

#AED8FF (or 0xAED8FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, D8 and FF. RGB value is (174,216,255). Sum of RGB (Red+Green+Blue) = 174+216+255=645 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.98% from 645); Green value is 216 (84.77% from 255 or 33.49% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #AED8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED8FF is #512700. Grayscale: #CFCFCF. Windows color (decimal): -5318401 or 16767150. OLE color: 16767150.

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

Color convert

RGB174216255-
CMYK0.320.1500
HSL208.89º100%84.12%-
HSV(B)208.89º31.76%100%-
XYZ60.0665.33104.05-
YUV207.89154.59103.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.98%
GREEN value IS 216 (84.77% from 255) = 33.49%
BLUE value IS 255 (100% from 255) = 39.53%
R=26.98%
G=33.49%
B=39.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742162550.320.1500208.8910084.12
HexAED8FF20F00d16454
Octal256330377401700321144124
Binary1010111011011000111111111000001111001101000111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED8FF; }

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

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

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

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

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

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

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

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