#AECEF9

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

Shades of Pale Cornflower Blue #AECEF9

Tints of Pale Cornflower Blue #AECEF9

Color information

#AECEF9 (or 0xAECEF9) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, CE and F9. RGB value is (174,206,249). Sum of RGB (Red+Green+Blue) = 174+206+249=629 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.66% from 629); Green value is 206 (80.86% from 255 or 32.75% from 629); Blue value is 249 (97.66% from 255 or 39.59% from 629); Max value from RGB is 249 - color contains mainly: blue. Hex color #AECEF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECEF9 is #513106. Grayscale: #C9C9C9. Windows color (decimal): -5320967 or 16371374. OLE color: 16371374.

HSL color Cylindrical-coordinate representation of color #AECEF9: hue angle of 214.4º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AECEF9 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174206249-
CMYK0.300.1700.02
HSL214.4º86.21%82.94%-
HSV(B)214.4º30.12%97.65%-
XYZ56.6359.9898.22-
YUV201.33154.9108.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.66%
GREEN value IS 206 (80.86% from 255) = 32.75%
BLUE value IS 249 (97.66% from 255) = 39.59%
R=27.66%
G=32.75%
B=39.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742062490.300.1700.02214.486.2182.94
HexAECEF91E1102d65653
Octal256316371362102326126123
Binary10101110110011101111100111110100010101101011010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECEF9; }

 p { color: rgb(174,206,249); }

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

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

 a { background-color: rgb(174,206,249); }

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

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

 span { border-color: rgb(174,206,249); }

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