#AACAF0

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

Shades of Pale Cornflower Blue #AACAF0

Tints of Pale Cornflower Blue #AACAF0

Color information

#AACAF0 (or 0xAACAF0) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CA and F0. RGB value is (170,202,240). Sum of RGB (Red+Green+Blue) = 170+202+240=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 240 (94.14% from 255 or 39.22% from 612); Max value from RGB is 240 - color contains mainly: blue. Hex color #AACAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACAF0 is #55350F. Grayscale: #C4C4C4. Windows color (decimal): -5584144 or 15780522. OLE color: 15780522.

HSL color Cylindrical-coordinate representation of color #AACAF0: hue angle of 212.57º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AACAF0 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB170202240-
CMYK0.290.1600.06
HSL212.57º70%80.39%-
HSV(B)212.57º29.17%94.12%-
XYZ53.4357.0890.64-
YUV196.76152.4108.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.78%
GREEN value IS 202 (79.30% from 255) = 33.01%
BLUE value IS 240 (94.14% from 255) = 39.22%
R=27.78%
G=33.01%
B=39.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1702022400.290.1600.06212.577080.39
HexAACAF01D1006d54650
Octal252312360352006325106120
Binary101010101100101011110000111011000001101101010110001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACAF0; }

 p { color: rgb(170,202,240); }

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

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

 a { background-color: rgb(170,202,240); }

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

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

 span { border-color: rgb(170,202,240); }

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