#AED3FE

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

Shades of Pale Cornflower Blue #AED3FE

Tints of Pale Cornflower Blue #AED3FE

Color information

#AED3FE (or 0xAED3FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, D3 and FE. RGB value is (174,211,254). Sum of RGB (Red+Green+Blue) = 174+211+254=639 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.23% from 639); Green value is 211 (82.81% from 255 or 33.02% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #AED3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED3FE is #512C01. Grayscale: #CCCCCC. Windows color (decimal): -5319682 or 16700334. OLE color: 16700334.

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

Color convert

RGB174211254-
CMYK0.310.1700.00
HSL212.25º97.56%83.92%-
HSV(B)212.25º31.5%99.61%-
XYZ58.6462.74102.79-
YUV204.84155.74106-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.23%
GREEN value IS 211 (82.81% from 255) = 33.02%
BLUE value IS 254 (99.61% from 255) = 39.75%
R=27.23%
G=33.02%
B=39.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1742112540.310.1700.00212.2597.5683.92
HexAED3FE1F1100d46254
Octal256323376372100324142124
Binary1010111011010011111111101111110001001101010011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED3FE; }

 p { color: rgb(174,211,254); }

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

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

 a { background-color: rgb(174,211,254); }

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

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

 span { border-color: rgb(174,211,254); }

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