#AEDAFD

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

Shades of Pale Cornflower Blue #AEDAFD

Tints of Pale Cornflower Blue #AEDAFD

Color information

#AEDAFD (or 0xAEDAFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, DA and FD. RGB value is (174,218,253). Sum of RGB (Red+Green+Blue) = 174+218+253=645 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.98% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 253 (99.22% from 255 or 39.22% from 645); Max value from RGB is 253 - color contains mainly: blue. Hex color #AEDAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDAFD is #512502. Grayscale: #D0D0D0. Windows color (decimal): -5317891 or 16636590. OLE color: 16636590.

HSL color Cylindrical-coordinate representation of color #AEDAFD: hue angle of 206.58º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEDAFD is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB174218253-
CMYK0.310.1400.01
HSL206.58º95.18%83.73%-
HSV(B)206.58º31.23%99.22%-
XYZ60.2666.23102.54-
YUV208.83152.92103.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.98%
GREEN value IS 218 (85.55% from 255) = 33.80%
BLUE value IS 253 (99.22% from 255) = 39.22%
R=26.98%
G=33.80%
B=39.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1742182530.310.1400.01206.5895.1883.73
HexAEDAFD1FE01cf5f54
Octal256332375371601317137124
Binary101011101101101011111101111111110011100111110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDAFD; }

 p { color: rgb(174,218,253); }

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

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

 a { background-color: rgb(174,218,253); }

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

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

 span { border-color: rgb(174,218,253); }

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