#AED6FA

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

Shades of Pale Cornflower Blue #AED6FA

Tints of Pale Cornflower Blue #AED6FA

Color information

#AED6FA (or 0xAED6FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, D6 and FA. RGB value is (174,214,250). Sum of RGB (Red+Green+Blue) = 174+214+250=638 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.27% from 638); Green value is 214 (83.98% from 255 or 33.54% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #AED6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED6FA is #512905. Grayscale: #CDCDCD. Windows color (decimal): -5318918 or 16438958. OLE color: 16438958.

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

Color convert

RGB174214250-
CMYK0.300.1400.02
HSL208.42º88.37%83.14%-
HSV(B)208.42º30.4%98.04%-
XYZ58.7663.9999.7-
YUV206.14152.75105.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.27%
GREEN value IS 214 (83.98% from 255) = 33.54%
BLUE value IS 250 (98.05% from 255) = 39.18%
R=27.27%
G=33.54%
B=39.18%

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
Decimal1742142500.300.1400.02208.4288.3783.14
HexAED6FA1EE02d05853
Octal256326372361602320130123
Binary1010111011010110111110101111011100101101000010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED6FA; }

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

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

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

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

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

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

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

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