#AACCF3

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

Shades of Pale Cornflower Blue #AACCF3

Tints of Pale Cornflower Blue #AACCF3

Color information

#AACCF3 (or 0xAACCF3) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CC and F3. RGB value is (170,204,243). Sum of RGB (Red+Green+Blue) = 170+204+243=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 243 (95.31% from 255 or 39.38% from 617); Max value from RGB is 243 - color contains mainly: blue. Hex color #AACCF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACCF3 is #55330C. Grayscale: #C6C6C6. Windows color (decimal): -5583629 or 15977642. OLE color: 15977642.

HSL color Cylindrical-coordinate representation of color #AACCF3: hue angle of 212.05º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AACCF3 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170204243-
CMYK0.300.1600.05
HSL212.05º75.26%80.98%-
HSV(B)212.05º30.04%95.29%-
XYZ54.3558.293.16-
YUV198.28153.24107.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.55%
GREEN value IS 204 (80.08% from 255) = 33.06%
BLUE value IS 243 (95.31% from 255) = 39.38%
R=27.55%
G=33.06%
B=39.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702042430.300.1600.05212.0575.2680.98
HexAACCF31E1005d44b51
Octal252314363362005324113121
Binary101010101100110011110011111101000001011101010010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACCF3; }

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

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

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

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

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

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

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

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