#AAC7FC

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

Shades of Pale Cornflower Blue #AAC7FC

Tints of Pale Cornflower Blue #AAC7FC

Color information

#AAC7FC (or 0xAAC7FC) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, C7 and FC. RGB value is (170,199,252). Sum of RGB (Red+Green+Blue) = 170+199+252=621 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.38% from 621); Green value is 199 (78.12% from 255 or 32.05% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAC7FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC7FC is #553803. Grayscale: #C4C4C4. Windows color (decimal): -5584900 or 16566186. OLE color: 16566186.

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

Color convert

RGB170199252-
CMYK0.330.2100.01
HSL218.78º93.18%82.75%-
HSV(B)218.78º32.54%98.82%-
XYZ54.5756.42100.11-
YUV196.37159.39109.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.38%
GREEN value IS 199 (78.12% from 255) = 32.05%
BLUE value IS 252 (98.83% from 255) = 40.58%
R=27.38%
G=32.05%
B=40.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1701992520.330.2100.01218.7893.1882.75
HexAAC7FC211501db5d53
Octal252307374412501333135123
Binary10101010110001111111110010000110101011101101110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC7FC; }

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

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

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

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

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

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

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

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