#AECEEC

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

Shades of Pale Cornflower Blue #AECEEC

Tints of Pale Cornflower Blue #AECEEC

Color information

#AECEEC (or 0xAECEEC) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, CE and EC. RGB value is (174,206,236). Sum of RGB (Red+Green+Blue) = 174+206+236=616 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.25% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #AECEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECEEC is #513113. Grayscale: #C7C7C7. Windows color (decimal): -5320980 or 15519406. OLE color: 15519406.

HSL color Cylindrical-coordinate representation of color #AECEEC: hue angle of 209.03º 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 #AECEEC is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174206236-
CMYK0.260.1300.07
HSL209.03º62%80.39%-
HSV(B)209.03º26.27%92.55%-
XYZ54.6759.287.9-
YUV199.85148.4109.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.25%
GREEN value IS 206 (80.86% from 255) = 33.44%
BLUE value IS 236 (92.58% from 255) = 38.31%
R=28.25%
G=33.44%
B=38.31%

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
Decimal1742062360.260.1300.07209.036280.39
HexAECEEC1AD07d13e50
Octal25631635432150732176120
Binary1010111011001110111011001101011010111110100011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECEEC; }

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

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

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

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

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

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

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

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