#AACAE8

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

Shades of Pale Cornflower Blue #AACAE8

Tints of Pale Cornflower Blue #AACAE8

Color information

#AACAE8 (or 0xAACAE8) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CA and E8. RGB value is (170,202,232). Sum of RGB (Red+Green+Blue) = 170+202+232=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 232 (91.02% from 255 or 38.41% from 604); Max value from RGB is 232 - color contains mainly: blue. Hex color #AACAE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACAE8 is #553517. Grayscale: #C3C3C3. Windows color (decimal): -5584152 or 15256234. OLE color: 15256234.

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

Color convert

RGB170202232-
CMYK0.270.1300.09
HSL209.03º57.41%78.82%-
HSV(B)209.03º26.72%90.98%-
XYZ52.2656.6184.52-
YUV195.85148.4109.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.15%
GREEN value IS 202 (79.30% from 255) = 33.44%
BLUE value IS 232 (91.02% from 255) = 38.41%
R=28.15%
G=33.44%
B=38.41%

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
Decimal1702022320.270.1300.09209.0357.4178.82
HexAACAE81BD09d1394f
Octal252312350331501132171117
Binary10101010110010101110100011011110101001110100011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACAE8; }

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

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

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

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

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

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

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

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