#AACEF5

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

Shades of Pale Cornflower Blue #AACEF5

Tints of Pale Cornflower Blue #AACEF5

Color information

#AACEF5 (or 0xAACEF5) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CE and F5. RGB value is (170,206,245). Sum of RGB (Red+Green+Blue) = 170+206+245=621 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.38% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 245 (96.09% from 255 or 39.45% from 621); Max value from RGB is 245 - color contains mainly: blue. Hex color #AACEF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACEF5 is #55310A. Grayscale: #C7C7C7. Windows color (decimal): -5583115 or 16109226. OLE color: 16109226.

HSL color Cylindrical-coordinate representation of color #AACEF5: hue angle of 211.2º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AACEF5 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB170206245-
CMYK0.310.1600.04
HSL211.2º78.95%81.37%-
HSV(B)211.2º30.61%96.08%-
XYZ55.1359.2894.92-
YUV199.68153.57106.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.38%
GREEN value IS 206 (80.86% from 255) = 33.17%
BLUE value IS 245 (96.09% from 255) = 39.45%
R=27.38%
G=33.17%
B=39.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1702062450.310.1600.04211.278.9581.37
HexAACEF51F1004d34f51
Octal252316365372004323117121
Binary101010101100111011110101111111000001001101001110011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACEF5; }

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

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

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

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

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

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

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

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