#AACEF1

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

Shades of Pale Cornflower Blue #AACEF1

Tints of Pale Cornflower Blue #AACEF1

Color information

#AACEF1 (or 0xAACEF1) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CE and F1. RGB value is (170,206,241). Sum of RGB (Red+Green+Blue) = 170+206+241=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #AACEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACEF1 is #55310E. Grayscale: #C7C7C7. Windows color (decimal): -5583119 or 15847082. OLE color: 15847082.

HSL color Cylindrical-coordinate representation of color #AACEF1: hue angle of 209.58º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AACEF1 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170206241-
CMYK0.290.1500.05
HSL209.58º71.72%80.59%-
HSV(B)209.58º29.46%94.51%-
XYZ54.5359.0491.74-
YUV199.23151.57107.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.55%
GREEN value IS 206 (80.86% from 255) = 33.39%
BLUE value IS 241 (94.53% from 255) = 39.06%
R=27.55%
G=33.39%
B=39.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702062410.290.1500.05209.5871.7280.59
HexAACEF11DF05d24851
Octal252316361351705322110121
Binary10101010110011101111000111101111101011101001010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACEF1; }

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

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

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

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

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

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

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

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