#AECCEF

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

Shades of Pale Cornflower Blue #AECCEF

Tints of Pale Cornflower Blue #AECCEF

Color information

#AECCEF (or 0xAECCEF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, CC and EF. RGB value is (174,204,239). Sum of RGB (Red+Green+Blue) = 174+204+239=617 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.20% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #AECCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECCEF is #513310. Grayscale: #C6C6C6. Windows color (decimal): -5321489 or 15715502. OLE color: 15715502.

HSL color Cylindrical-coordinate representation of color #AECCEF: hue angle of 212.31º 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 #AECCEF is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB174204239-
CMYK0.270.1500.06
HSL212.31º67.01%80.98%-
HSV(B)212.31º27.2%93.73%-
XYZ54.6358.4290.06-
YUV199.02150.56110.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.20%
GREEN value IS 204 (80.08% from 255) = 33.06%
BLUE value IS 239 (93.75% from 255) = 38.74%
R=28.20%
G=33.06%
B=38.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1742042390.270.1500.06212.3167.0180.98
HexAECCEF1BF06d44351
Octal256314357331706324103121
Binary10101110110011001110111111011111101101101010010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECCEF; }

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

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

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

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

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

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

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

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