#AED2FB

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

Shades of Pale Cornflower Blue #AED2FB

Tints of Pale Cornflower Blue #AED2FB

Color information

#AED2FB (or 0xAED2FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, D2 and FB. RGB value is (174,210,251). Sum of RGB (Red+Green+Blue) = 174+210+251=635 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.40% from 635); Green value is 210 (82.42% from 255 or 33.07% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 251 - color contains mainly: blue. Hex color #AED2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED2FB is #512D04. Grayscale: #CBCBCB. Windows color (decimal): -5319941 or 16503470. OLE color: 16503470.

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

Color convert

RGB174210251-
CMYK0.310.1600.02
HSL211.95º90.59%83.33%-
HSV(B)211.95º30.68%98.43%-
XYZ57.9162.06100.19-
YUV203.91154.57106.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.40%
GREEN value IS 210 (82.42% from 255) = 33.07%
BLUE value IS 251 (98.44% from 255) = 39.53%
R=27.40%
G=33.07%
B=39.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742102510.310.1600.02211.9590.5983.33
HexAED2FB1F1002d45b53
Octal256322373372002324133123
Binary10101110110100101111101111111100000101101010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED2FB; }

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

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

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

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

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

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

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

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