#AEC9FE

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

Shades of Pale Cornflower Blue #AEC9FE

Tints of Pale Cornflower Blue #AEC9FE

Color information

#AEC9FE (or 0xAEC9FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, C9 and FE. RGB value is (174,201,254). Sum of RGB (Red+Green+Blue) = 174+201+254=629 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.66% from 629); Green value is 201 (78.91% from 255 or 31.96% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #AEC9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEC9FE is #513601. Grayscale: #C6C6C6. Windows color (decimal): -5322242 or 16697774. OLE color: 16697774.

HSL color Cylindrical-coordinate representation of color #AEC9FE: hue angle of 219.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 #AEC9FE is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB174201254-
CMYK0.310.2100.00
HSL219.75º97.56%83.92%-
HSV(B)219.75º31.5%99.61%-
XYZ56.2357.93101.98-
YUV198.97159.05110.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.66%
GREEN value IS 201 (78.91% from 255) = 31.96%
BLUE value IS 254 (99.61% from 255) = 40.38%
R=27.66%
G=31.96%
B=40.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1742012540.310.2100.00219.7597.5683.92
HexAEC9FE1F1500dc6254
Octal256311376372500334142124
Binary1010111011001001111111101111110101001101110011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC9FE; }

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

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

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

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

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

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

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

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