#AECDEC

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

Shades of Pale Cornflower Blue #AECDEC

Tints of Pale Cornflower Blue #AECDEC

Color information

#AECDEC (or 0xAECDEC) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, CD and EC. RGB value is (174,205,236). Sum of RGB (Red+Green+Blue) = 174+205+236=615 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.29% from 615); Green value is 205 (80.47% from 255 or 33.33% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #AECDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECDEC is #513213. Grayscale: #C7C7C7. Windows color (decimal): -5321236 or 15519150. OLE color: 15519150.

HSL color Cylindrical-coordinate representation of color #AECDEC: hue angle of 210º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AECDEC is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174205236-
CMYK0.260.1300.07
HSL210º62%80.39%-
HSV(B)210º26.27%92.55%-
XYZ54.4358.7287.82-
YUV199.26148.73109.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.29%
GREEN value IS 205 (80.47% from 255) = 33.33%
BLUE value IS 236 (92.58% from 255) = 38.37%
R=28.29%
G=33.33%
B=38.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742052360.260.1300.072106280.39
HexAECDEC1AD07d23e50
Octal25631535432150732276120
Binary1010111011001101111011001101011010111110100101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECDEC; }

 p { color: rgb(174,205,236); }

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

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

 a { background-color: rgb(174,205,236); }

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

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

 span { border-color: rgb(174,205,236); }

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