#AED3EE

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

Shades of Pale Cornflower Blue #AED3EE

Tints of Pale Cornflower Blue #AED3EE

Color information

#AED3EE (or 0xAED3EE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, D3 and EE. RGB value is (174,211,238). Sum of RGB (Red+Green+Blue) = 174+211+238=623 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.93% from 623); Green value is 211 (82.81% from 255 or 33.87% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #AED3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED3EE is #512C11. Grayscale: #CACACA. Windows color (decimal): -5319698 or 15651758. OLE color: 15651758.

HSL color Cylindrical-coordinate representation of color #AED3EE: hue angle of 205.31º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AED3EE is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174211238-
CMYK0.270.1100.07
HSL205.31º65.31%80.78%-
HSV(B)205.31º26.89%93.33%-
XYZ56.1861.7689.85-
YUV203.02147.74107.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.93%
GREEN value IS 211 (82.81% from 255) = 33.87%
BLUE value IS 238 (93.36% from 255) = 38.20%
R=27.93%
G=33.87%
B=38.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742112380.270.1100.07205.3165.3180.78
HexAED3EE1BB07cd4151
Octal256323356331307315101121
Binary10101110110100111110111011011101101111100110110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED3EE; }

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

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

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

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

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

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

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

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