#AED7FB

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

Shades of Pale Cornflower Blue #AED7FB

Tints of Pale Cornflower Blue #AED7FB

Color information

#AED7FB (or 0xAED7FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, D7 and FB. RGB value is (174,215,251). Sum of RGB (Red+Green+Blue) = 174+215+251=640 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.19% from 640); Green value is 215 (84.38% from 255 or 33.59% from 640); Blue value is 251 (98.44% from 255 or 39.22% from 640); Max value from RGB is 251 - color contains mainly: blue. Hex color #AED7FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED7FB is #512804. Grayscale: #CECECE. Windows color (decimal): -5318661 or 16504750. OLE color: 16504750.

HSL color Cylindrical-coordinate representation of color #AED7FB: hue angle of 208.05º 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 #AED7FB is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174215251-
CMYK0.310.1400.02
HSL208.05º90.59%83.33%-
HSV(B)208.05º30.68%98.43%-
XYZ59.1764.56100.61-
YUV206.84152.92104.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.19%
GREEN value IS 215 (84.38% from 255) = 33.59%
BLUE value IS 251 (98.44% from 255) = 39.22%
R=27.19%
G=33.59%
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.02
SystemRedGreenBlueCMYKHSL
Decimal1742152510.310.1400.02208.0590.5983.33
HexAED7FB1FE02d05b53
Octal256327373371602320133123
Binary1010111011010111111110111111111100101101000010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED7FB; }

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

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

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

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

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

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

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

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