#AED6FB

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

Shades of Pale Cornflower Blue #AED6FB

Tints of Pale Cornflower Blue #AED6FB

Color information

#AED6FB (or 0xAED6FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, D6 and FB. RGB value is (174,214,251). Sum of RGB (Red+Green+Blue) = 174+214+251=639 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.23% from 639); Green value is 214 (83.98% from 255 or 33.49% from 639); Blue value is 251 (98.44% from 255 or 39.28% from 639); Max value from RGB is 251 - color contains mainly: blue. Hex color #AED6FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED6FB is #512904. Grayscale: #CECECE. Windows color (decimal): -5318917 or 16504494. OLE color: 16504494.

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

Color convert

RGB174214251-
CMYK0.310.1500.02
HSL208.83º90.59%83.33%-
HSV(B)208.83º30.68%98.43%-
XYZ58.9164.06100.53-
YUV206.26153.25104.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.23%
GREEN value IS 214 (83.98% from 255) = 33.49%
BLUE value IS 251 (98.44% from 255) = 39.28%
R=27.23%
G=33.49%
B=39.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742142510.310.1500.02208.8390.5983.33
HexAED6FB1FF02d15b53
Octal256326373371702321133123
Binary1010111011010110111110111111111110101101000110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED6FB; }

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

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

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

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

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

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

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

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