#AACEF7

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

Shades of Pale Cornflower Blue #AACEF7

Tints of Pale Cornflower Blue #AACEF7

Color information

#AACEF7 (or 0xAACEF7) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CE and F7. RGB value is (170,206,247). Sum of RGB (Red+Green+Blue) = 170+206+247=623 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.29% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 247 (96.88% from 255 or 39.65% from 623); Max value from RGB is 247 - color contains mainly: blue. Hex color #AACEF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACEF7 is #553108. Grayscale: #C7C7C7. Windows color (decimal): -5583113 or 16240298. OLE color: 16240298.

HSL color Cylindrical-coordinate representation of color #AACEF7: hue angle of 211.95º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AACEF7 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB170206247-
CMYK0.310.1700.03
HSL211.95º82.8%81.76%-
HSV(B)211.95º31.17%96.86%-
XYZ55.4459.496.54-
YUV199.91154.57106.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.29%
GREEN value IS 206 (80.86% from 255) = 33.07%
BLUE value IS 247 (96.88% from 255) = 39.65%
R=27.29%
G=33.07%
B=39.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1702062470.310.1700.03211.9582.881.76
HexAACEF71F1103d45352
Octal252316367372103324123122
Binary10101010110011101111011111111100010111101010010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACEF7; }

 p { color: rgb(170,206,247); }

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

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

 a { background-color: rgb(170,206,247); }

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

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

 span { border-color: rgb(170,206,247); }

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