#AACAE9

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

Shades of Pale Cornflower Blue #AACAE9

Tints of Pale Cornflower Blue #AACAE9

Color information

#AACAE9 (or 0xAACAE9) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CA and E9. RGB value is (170,202,233). Sum of RGB (Red+Green+Blue) = 170+202+233=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 233 (91.41% from 255 or 38.51% from 605); Max value from RGB is 233 - color contains mainly: blue. Hex color #AACAE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACAE9 is #553516. Grayscale: #C3C3C3. Windows color (decimal): -5584151 or 15321770. OLE color: 15321770.

HSL color Cylindrical-coordinate representation of color #AACAE9: hue angle of 209.52º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AACAE9 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB170202233-
CMYK0.270.1300.09
HSL209.52º58.88%79.02%-
HSV(B)209.52º27.04%91.37%-
XYZ52.4156.6785.27-
YUV195.97148.9109.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.10%
GREEN value IS 202 (79.30% from 255) = 33.39%
BLUE value IS 233 (91.41% from 255) = 38.51%
R=28.10%
G=33.39%
B=38.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702022330.270.1300.09209.5258.8879.02
HexAACAE91BD09d23b4f
Octal252312351331501132273117
Binary10101010110010101110100111011110101001110100101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACAE9; }

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

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

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

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

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

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

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

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