#AAC8FF

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

Shades of Pale Cornflower Blue #AAC8FF

Tints of Pale Cornflower Blue #AAC8FF

Color information

#AAC8FF (or 0xAAC8FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, C8 and FF. RGB value is (170,200,255). Sum of RGB (Red+Green+Blue) = 170+200+255=625 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.2% from 625); Green value is 200 (78.52% from 255 or 32% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAC8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC8FF is #553700. Grayscale: #C5C5C5. Windows color (decimal): -5584641 or 16763050. OLE color: 16763050.

HSL color Cylindrical-coordinate representation of color #AAC8FF: hue angle of 218.82º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAC8FF is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB170200255-
CMYK0.330.2200
HSL218.82º100%83.33%-
HSV(B)218.82º33.33%100%-
XYZ55.2857.07102.71-
YUV197.3160.56108.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.2%
GREEN value IS 200 (78.52% from 255) = 32%
BLUE value IS 255 (100% from 255) = 40.8%
R=27.2%
G=32%
B=40.8%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702002550.330.2200218.8210083.33
HexAAC8FF211600db6453
Octal252310377412600333144123
Binary10101010110010001111111110000110110001101101111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC8FF; }

 p { color: rgb(170,200,255); }

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

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

 a { background-color: rgb(170,200,255); }

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

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

 span { border-color: rgb(170,200,255); }

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