#AAC9F6

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

Shades of Pale Cornflower Blue #AAC9F6

Tints of Pale Cornflower Blue #AAC9F6

Color information

#AAC9F6 (or 0xAAC9F6) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, C9 and F6. RGB value is (170,201,246). Sum of RGB (Red+Green+Blue) = 170+201+246=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 201 (78.91% from 255 or 32.58% from 617); Blue value is 246 (96.48% from 255 or 39.87% from 617); Max value from RGB is 246 - color contains mainly: blue. Hex color #AAC9F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC9F6 is #553609. Grayscale: #C4C4C4. Windows color (decimal): -5584394 or 16173482. OLE color: 16173482.

HSL color Cylindrical-coordinate representation of color #AAC9F6: hue angle of 215.53º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAC9F6 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB170201246-
CMYK0.310.1800.04
HSL215.53º80.85%81.57%-
HSV(B)215.53º30.89%96.47%-
XYZ54.156.9795.33-
YUV196.86155.73108.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.55%
GREEN value IS 201 (78.91% from 255) = 32.58%
BLUE value IS 246 (96.48% from 255) = 39.87%
R=27.55%
G=32.58%
B=39.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1702012460.310.1800.04215.5380.8581.57
HexAAC9F61F1204d85152
Octal252311366372204330121122
Binary101010101100100111110110111111001001001101100010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC9F6; }

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

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

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

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

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

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

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

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