#AAC8FA

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

Shades of Pale Cornflower Blue #AAC8FA

Tints of Pale Cornflower Blue #AAC8FA

Color information

#AAC8FA (or 0xAAC8FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, C8 and FA. RGB value is (170,200,250). Sum of RGB (Red+Green+Blue) = 170+200+250=620 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.42% from 620); Green value is 200 (78.52% from 255 or 32.26% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAC8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC8FA is #553705. Grayscale: #C4C4C4. Windows color (decimal): -5584646 or 16435370. OLE color: 16435370.

HSL color Cylindrical-coordinate representation of color #AAC8FA: hue angle of 217.5º degrees, saturation: 0.89, 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 #AAC8FA is Cyan = 0.32, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170200250-
CMYK0.320.200.02
HSL217.5º88.89%82.35%-
HSV(B)217.5º32%98.04%-
XYZ54.4956.7698.53-
YUV196.73158.06108.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.42%
GREEN value IS 200 (78.52% from 255) = 32.26%
BLUE value IS 250 (98.05% from 255) = 40.32%
R=27.42%
G=32.26%
B=40.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702002500.320.200.02217.588.8982.35
HexAAC8FA201402da5952
Octal252310372402402332131122
Binary101010101100100011111010100000101000101101101010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC8FA; }

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

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

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

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

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

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

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

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