#AACCF1

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

Shades of Pale Cornflower Blue #AACCF1

Tints of Pale Cornflower Blue #AACCF1

Color information

#AACCF1 (or 0xAACCF1) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CC and F1. RGB value is (170,204,241). Sum of RGB (Red+Green+Blue) = 170+204+241=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 241 (94.53% from 255 or 39.19% from 615); Max value from RGB is 241 - color contains mainly: blue. Hex color #AACCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACCF1 is #55330E. Grayscale: #C5C5C5. Windows color (decimal): -5583631 or 15846570. OLE color: 15846570.

HSL color Cylindrical-coordinate representation of color #AACCF1: hue angle of 211.27º 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 #AACCF1 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170204241-
CMYK0.290.1500.05
HSL211.27º71.72%80.59%-
HSV(B)211.27º29.46%94.51%-
XYZ54.0558.0891.58-
YUV198.05152.24107.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.64%
GREEN value IS 204 (80.08% from 255) = 33.17%
BLUE value IS 241 (94.53% from 255) = 39.19%
R=27.64%
G=33.17%
B=39.19%

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
Decimal1702042410.290.1500.05211.2771.7280.59
HexAACCF11DF05d34851
Octal252314361351705323110121
Binary10101010110011001111000111101111101011101001110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACCF1; }

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

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

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

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

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

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

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

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