#AED8FB

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

Shades of Pale Cornflower Blue #AED8FB

Tints of Pale Cornflower Blue #AED8FB

Color information

#AED8FB (or 0xAED8FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, D8 and FB. RGB value is (174,216,251). Sum of RGB (Red+Green+Blue) = 174+216+251=641 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.15% from 641); Green value is 216 (84.77% from 255 or 33.70% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #AED8FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED8FB is #512704. Grayscale: #CFCFCF. Windows color (decimal): -5318405 or 16505006. OLE color: 16505006.

HSL color Cylindrical-coordinate representation of color #AED8FB: hue angle of 207.27º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AED8FB is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174216251-
CMYK0.310.1400.02
HSL207.27º90.59%83.33%-
HSV(B)207.27º30.68%98.43%-
XYZ59.4265.08100.7-
YUV207.43152.59104.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.15%
GREEN value IS 216 (84.77% from 255) = 33.70%
BLUE value IS 251 (98.44% from 255) = 39.16%
R=27.15%
G=33.70%
B=39.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742162510.310.1400.02207.2790.5983.33
HexAED8FB1FE02cf5b53
Octal256330373371602317133123
Binary1010111011011000111110111111111100101100111110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED8FB; }

 p { color: rgb(174,216,251); }

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

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

 a { background-color: rgb(174,216,251); }

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

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

 span { border-color: rgb(174,216,251); }

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