#AAC9F1

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

Shades of Pale Cornflower Blue #AAC9F1

Tints of Pale Cornflower Blue #AAC9F1

Color information

#AAC9F1 (or 0xAAC9F1) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, C9 and F1. RGB value is (170,201,241). Sum of RGB (Red+Green+Blue) = 170+201+241=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 201 (78.91% from 255 or 32.84% from 612); Blue value is 241 (94.53% from 255 or 39.38% from 612); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAC9F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC9F1 is #55360E. Grayscale: #C4C4C4. Windows color (decimal): -5584399 or 15845802. OLE color: 15845802.

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

Color convert

RGB170201241-
CMYK0.290.1700.05
HSL213.8º71.72%80.59%-
HSV(B)213.8º29.46%94.51%-
XYZ53.3456.6791.35-
YUV196.29153.23109.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.78%
GREEN value IS 201 (78.91% from 255) = 32.84%
BLUE value IS 241 (94.53% from 255) = 39.38%
R=27.78%
G=32.84%
B=39.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702012410.290.1700.05213.871.7280.59
HexAAC9F11D1105d64851
Octal252311361352105326110121
Binary101010101100100111110001111011000101011101011010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC9F1; }

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

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

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

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

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

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

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

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