#aac7fe

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

Shades of Pale Cornflower Blue #AAC7FE

Tints of Pale Cornflower Blue #AAC7FE

Color information

#AAC7FE (or 0xAAC7FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, C7 and FE. RGB value is (170,199,254). Sum of RGB (Red+Green+Blue) = 170+199+254=623 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.29% from 623); Green value is 199 (78.12% from 255 or 31.94% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAC7FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC7FE is #553801. Grayscale: #C4C4C4. Windows color (decimal): -5584898 or 16697258. OLE color: 16697258.

HSL color Cylindrical-coordinate representation of color #AAC7FE: hue angle of 219.29º 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 #AAC7FE is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB170199254-
CMYK0.330.2200.00
HSL219.29º97.67%83.14%-
HSV(B)219.29º33.07%99.61%-
XYZ54.8956.55101.79-
YUV196.6160.39109.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.29%
GREEN value IS 199 (78.12% from 255) = 31.94%
BLUE value IS 254 (99.61% from 255) = 40.77%
R=27.29%
G=31.94%
B=40.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1701992540.330.2200.00219.2997.6783.14
HexAAC7FE211600db6253
Octal252307376412600333142123
Binary10101010110001111111111010000110110001101101111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aac7fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aac7fe; }

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

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

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

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

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

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

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

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