#AAC8FE

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

Shades of Pale Cornflower Blue #AAC8FE

Tints of Pale Cornflower Blue #AAC8FE

Color information

#AAC8FE (or 0xAAC8FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, C8 and FE. RGB value is (170,200,254). Sum of RGB (Red+Green+Blue) = 170+200+254=624 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.24% from 624); Green value is 200 (78.52% from 255 or 32.05% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAC8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC8FE is #553701. Grayscale: #C4C4C4. Windows color (decimal): -5584642 or 16697514. OLE color: 16697514.

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

Color convert

RGB170200254-
CMYK0.330.2100.00
HSL218.57º97.67%83.14%-
HSV(B)218.57º33.07%99.61%-
XYZ55.1257.01101.86-
YUV197.19160.06108.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.24%
GREEN value IS 200 (78.52% from 255) = 32.05%
BLUE value IS 254 (99.61% from 255) = 40.71%
R=27.24%
G=32.05%
B=40.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1702002540.330.2100.00218.5797.6783.14
HexAAC8FE211500db6253
Octal252310376412500333142123
Binary10101010110010001111111010000110101001101101111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC8FE; }

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

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

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

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

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

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

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

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