#AACAEC

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

Shades of Pale Cornflower Blue #AACAEC

Tints of Pale Cornflower Blue #AACAEC

Color information

#AACAEC (or 0xAACAEC) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CA and EC. RGB value is (170,202,236). Sum of RGB (Red+Green+Blue) = 170+202+236=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 202 (79.30% from 255 or 33.22% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #AACAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACAEC is #553513. Grayscale: #C4C4C4. Windows color (decimal): -5584148 or 15518378. OLE color: 15518378.

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

Color convert

RGB170202236-
CMYK0.280.1400.07
HSL210.91º63.46%79.61%-
HSV(B)210.91º27.97%92.55%-
XYZ52.8456.8487.54-
YUV196.31150.4109.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.96%
GREEN value IS 202 (79.30% from 255) = 33.22%
BLUE value IS 236 (92.58% from 255) = 38.82%
R=27.96%
G=33.22%
B=38.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702022360.280.1400.07210.9163.4679.61
HexAACAEC1CE07d33f50
Octal25231235434160732377120
Binary1010101011001010111011001110011100111110100111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACAEC; }

 p { color: rgb(170,202,236); }

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

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

 a { background-color: rgb(170,202,236); }

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

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

 span { border-color: rgb(170,202,236); }

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