#AAC8FC

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

Shades of Pale Cornflower Blue #AAC8FC

Tints of Pale Cornflower Blue #AAC8FC

Color information

#AAC8FC (or 0xAAC8FC) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, C8 and FC. RGB value is (170,200,252). Sum of RGB (Red+Green+Blue) = 170+200+252=622 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.33% from 622); Green value is 200 (78.52% from 255 or 32.15% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAC8FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC8FC is #553703. Grayscale: #C4C4C4. Windows color (decimal): -5584644 or 16566442. OLE color: 16566442.

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

Color convert

RGB170200252-
CMYK0.330.2100.01
HSL218.05º93.18%82.75%-
HSV(B)218.05º32.54%98.82%-
XYZ54.856.88100.19-
YUV196.96159.06108.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.33%
GREEN value IS 200 (78.52% from 255) = 32.15%
BLUE value IS 252 (98.83% from 255) = 40.51%
R=27.33%
G=32.15%
B=40.51%

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
Decimal1702002520.330.2100.01218.0593.1882.75
HexAAC8FC211501da5d53
Octal252310374412501332135123
Binary10101010110010001111110010000110101011101101010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC8FC; }

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

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

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

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

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

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

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

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