#AED5FD

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

Shades of Pale Cornflower Blue #AED5FD

Tints of Pale Cornflower Blue #AED5FD

Color information

#AED5FD (or 0xAED5FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, D5 and FD. RGB value is (174,213,253). Sum of RGB (Red+Green+Blue) = 174+213+253=640 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.19% from 640); Green value is 213 (83.59% from 255 or 33.28% from 640); Blue value is 253 (99.22% from 255 or 39.53% from 640); Max value from RGB is 253 - color contains mainly: blue. Hex color #AED5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED5FD is #512A02. Grayscale: #CDCDCD. Windows color (decimal): -5319171 or 16635310. OLE color: 16635310.

HSL color Cylindrical-coordinate representation of color #AED5FD: hue angle of 210.38º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AED5FD is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB174213253-
CMYK0.310.1600.01
HSL210.38º95.18%83.73%-
HSV(B)210.38º31.23%99.22%-
XYZ58.9863.68102.11-
YUV205.9154.58105.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.19%
GREEN value IS 213 (83.59% from 255) = 33.28%
BLUE value IS 253 (99.22% from 255) = 39.53%
R=27.19%
G=33.28%
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.01
SystemRedGreenBlueCMYKHSL
Decimal1742132530.310.1600.01210.3895.1883.73
HexAED5FD1F1001d25f54
Octal256325375372001322137124
Binary1010111011010101111111011111110000011101001010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED5FD; }

 p { color: rgb(174,213,253); }

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

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

 a { background-color: rgb(174,213,253); }

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

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

 span { border-color: rgb(174,213,253); }

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