#AED5FE

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

Shades of Pale Cornflower Blue #AED5FE

Tints of Pale Cornflower Blue #AED5FE

Color information

#AED5FE (or 0xAED5FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, D5 and FE. RGB value is (174,213,254). Sum of RGB (Red+Green+Blue) = 174+213+254=641 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.15% from 641); Green value is 213 (83.59% from 255 or 33.23% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #AED5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED5FE is #512A01. Grayscale: #CDCDCD. Windows color (decimal): -5319170 or 16700846. OLE color: 16700846.

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

Color convert

RGB174213254-
CMYK0.310.1600.00
HSL210.75º97.56%83.92%-
HSV(B)210.75º31.5%99.61%-
XYZ59.1463.74102.95-
YUV206.01155.08105.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.15%
GREEN value IS 213 (83.59% from 255) = 33.23%
BLUE value IS 254 (99.61% from 255) = 39.63%
R=27.15%
G=33.23%
B=39.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1742132540.310.1600.00210.7597.5683.92
HexAED5FE1F1000d36254
Octal256325376372000323142124
Binary1010111011010101111111101111110000001101001111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED5FE; }

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

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

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

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

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

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

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

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