#AECEEF

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

Shades of Pale Cornflower Blue #AECEEF

Tints of Pale Cornflower Blue #AECEEF

Color information

#AECEEF (or 0xAECEEF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, CE and EF. RGB value is (174,206,239). Sum of RGB (Red+Green+Blue) = 174+206+239=619 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.11% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #AECEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECEEF is #513110. Grayscale: #C8C8C8. Windows color (decimal): -5320977 or 15716014. OLE color: 15716014.

HSL color Cylindrical-coordinate representation of color #AECEEF: hue angle of 210.46º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AECEEF is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB174206239-
CMYK0.270.1400.06
HSL210.46º67.01%80.98%-
HSV(B)210.46º27.2%93.73%-
XYZ55.1159.3790.22-
YUV200.19149.9109.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.11%
GREEN value IS 206 (80.86% from 255) = 33.28%
BLUE value IS 239 (93.75% from 255) = 38.61%
R=28.11%
G=33.28%
B=38.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1742062390.270.1400.06210.4667.0180.98
HexAECEEF1BE06d24351
Octal256316357331606322103121
Binary10101110110011101110111111011111001101101001010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECEEF; }

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

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

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

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

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

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

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

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