#AED4FB

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

Shades of Pale Cornflower Blue #AED4FB

Tints of Pale Cornflower Blue #AED4FB

Color information

#AED4FB (or 0xAED4FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, D4 and FB. RGB value is (174,212,251). Sum of RGB (Red+Green+Blue) = 174+212+251=637 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.32% from 637); Green value is 212 (83.20% from 255 or 33.28% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 251 - color contains mainly: blue. Hex color #AED4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED4FB is #512B04. Grayscale: #CCCCCC. Windows color (decimal): -5319429 or 16503982. OLE color: 16503982.

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

Color convert

RGB174212251-
CMYK0.310.1600.02
HSL210.39º90.59%83.33%-
HSV(B)210.39º30.68%98.43%-
XYZ58.4163.05100.36-
YUV205.08153.91105.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.32%
GREEN value IS 212 (83.20% from 255) = 33.28%
BLUE value IS 251 (98.44% from 255) = 39.40%
R=27.32%
G=33.28%
B=39.40%

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
Decimal1742122510.310.1600.02210.3990.5983.33
HexAED4FB1F1002d25b53
Octal256324373372002322133123
Binary10101110110101001111101111111100000101101001010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED4FB; }

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

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

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

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

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

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

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

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