#AAC9F9

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

Shades of Pale Cornflower Blue #AAC9F9

Tints of Pale Cornflower Blue #AAC9F9

Color information

#AAC9F9 (or 0xAAC9F9) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, C9 and F9. RGB value is (170,201,249). Sum of RGB (Red+Green+Blue) = 170+201+249=620 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.42% from 620); Green value is 201 (78.91% from 255 or 32.42% from 620); Blue value is 249 (97.66% from 255 or 40.16% from 620); Max value from RGB is 249 - color contains mainly: blue. Hex color #AAC9F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC9F9 is #553606. Grayscale: #C4C4C4. Windows color (decimal): -5584391 or 16370090. OLE color: 16370090.

HSL color Cylindrical-coordinate representation of color #AAC9F9: hue angle of 216.46º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAC9F9 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170201249-
CMYK0.320.1900.02
HSL216.46º86.81%82.16%-
HSV(B)216.46º31.73%97.65%-
XYZ54.5657.1697.78-
YUV197.2157.23108.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.42%
GREEN value IS 201 (78.91% from 255) = 32.42%
BLUE value IS 249 (97.66% from 255) = 40.16%
R=27.42%
G=32.42%
B=40.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702012490.320.1900.02216.4686.8182.16
HexAAC9F9201302d85752
Octal252311371402302330127122
Binary101010101100100111111001100000100110101101100010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC9F9; }

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

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

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

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

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

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

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

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