#AED5F6

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

Shades of Pale Cornflower Blue #AED5F6

Tints of Pale Cornflower Blue #AED5F6

Color information

#AED5F6 (or 0xAED5F6) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, D5 and F6. RGB value is (174,213,246). Sum of RGB (Red+Green+Blue) = 174+213+246=633 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.49% from 633); Green value is 213 (83.59% from 255 or 33.65% from 633); Blue value is 246 (96.48% from 255 or 38.86% from 633); Max value from RGB is 246 - color contains mainly: blue. Hex color #AED5F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED5F6 is #512A09. Grayscale: #CCCCCC. Windows color (decimal): -5319178 or 16176558. OLE color: 16176558.

HSL color Cylindrical-coordinate representation of color #AED5F6: hue angle of 207.5º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AED5F6 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB174213246-
CMYK0.290.1300.04
HSL207.5º80%82.35%-
HSV(B)207.5º29.27%96.47%-
XYZ57.8863.2496.34-
YUV205.1151.08105.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.49%
GREEN value IS 213 (83.59% from 255) = 33.65%
BLUE value IS 246 (96.48% from 255) = 38.86%
R=27.49%
G=33.65%
B=38.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1742132460.290.1300.04207.58082.35
HexAED5F61DD04d05052
Octal256325366351504320120122
Binary10101110110101011111011011101110101001101000010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED5F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED5F6; }

 p { color: rgb(174,213,246); }

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

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

 a { background-color: rgb(174,213,246); }

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

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

 span { border-color: rgb(174,213,246); }

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