#AACAFC

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

Shades of Pale Cornflower Blue #AACAFC

Tints of Pale Cornflower Blue #AACAFC

Color information

#AACAFC (or 0xAACAFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CA and FC. RGB value is (170,202,252). Sum of RGB (Red+Green+Blue) = 170+202+252=624 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.24% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 252 - color contains mainly: blue. Hex color #AACAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACAFC is #553503. Grayscale: #C5C5C5. Windows color (decimal): -5584132 or 16566954. OLE color: 16566954.

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

Color convert

RGB170202252-
CMYK0.330.2000.01
HSL216.59º93.18%82.75%-
HSV(B)216.59º32.54%98.82%-
XYZ55.2757.82100.34-
YUV198.13158.4107.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.24%
GREEN value IS 202 (79.30% from 255) = 32.37%
BLUE value IS 252 (98.83% from 255) = 40.38%
R=27.24%
G=32.37%
B=40.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702022520.330.2000.01216.5993.1882.75
HexAACAFC211401d95d53
Octal252312374412401331135123
Binary10101010110010101111110010000110100011101100110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACAFC; }

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

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

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

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

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

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

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

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