#AED8FA

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

Shades of Pale Cornflower Blue #AED8FA

Tints of Pale Cornflower Blue #AED8FA

Color information

#AED8FA (or 0xAED8FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, D8 and FA. RGB value is (174,216,250). Sum of RGB (Red+Green+Blue) = 174+216+250=640 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.19% from 640); Green value is 216 (84.77% from 255 or 33.75% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #AED8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED8FA is #512705. Grayscale: #CFCFCF. Windows color (decimal): -5318406 or 16439470. OLE color: 16439470.

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

Color convert

RGB174216250-
CMYK0.300.1400.02
HSL206.84º88.37%83.14%-
HSV(B)206.84º30.4%98.04%-
XYZ59.2765.0199.87-
YUV207.32152.09104.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.19%
GREEN value IS 216 (84.77% from 255) = 33.75%
BLUE value IS 250 (98.05% from 255) = 39.06%
R=27.19%
G=33.75%
B=39.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742162500.300.1400.02206.8488.3783.14
HexAED8FA1EE02cf5853
Octal256330372361602317130123
Binary1010111011011000111110101111011100101100111110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED8FA; }

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

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

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

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

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

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

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

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